#52F3DE

Color #52F3DE Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #52F3DE

Tints of Turquoise #52F3DE

Color information

#52F3DE (or 0x52F3DE) is unknown color: approx Turquoise. HEX triplet: 52, F3 and DE. RGB value is (82,243,222). Sum of RGB (Red+Green+Blue) = 82+243+222=547 (72% of max value = 765). Red value is 82 (32.42% from 255 or 14.99% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #52F3DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F3DE is #AD0C21. Grayscale: #C0C0C0. Windows color (decimal): -11340834 or 14611282. OLE color: 14611282.

HSL color Cylindrical-coordinate representation of color #52F3DE: hue angle of 172.17º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F3DE is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB82243222-
CMYK0.6600.090.05
HSL172.17º87.03%63.73%-
HSV(B)172.17º66.26%95.29%-
XYZ48.7271.1780.28-
YUV192.47144.6649.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 14.99%
GREEN value IS 243 (95.31% from 255) = 44.42%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=14.99%
G=44.42%
B=40.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal822432220.6600.090.05172.1787.0363.73
Hex52F3DE42095ac5740
Octal1223633361020115254127100
Binary101001011110011110111101000010010011011010110010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52F3DE; }

 p { color: rgb(82,243,222); }

 H1.HeaderClassName
 {
   color: #52F3DE;
 }
 .AnyTagClassName
 {
   color: #52F3DE;
 }
</style>
background-color css

<style>
 a { background-color: #52F3DE; }

 a { background-color: rgb(82,243,222); }

 div.DivClassName
 {
   background-color: #52F3DE;
 }
 .BgClassName
 {
   background-color: #52F3DE;
 }
</style>
border-color css

<style>
 span { border-color: #52F3DE; }

 span { border-color: rgb(82,243,222); }

 td.TdClassName
 {
   border-color: #52F3DE;
 }
 .TagClassName
 {
   border-color: #52F3DE;
 }
</style>