#52F0D2

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

Shades of Turquoise #52F0D2

Tints of Turquoise #52F0D2

Color information

#52F0D2 (or 0x52F0D2) is unknown color: approx Turquoise. HEX triplet: 52, F0 and D2. RGB value is (82,240,210). Sum of RGB (Red+Green+Blue) = 82+240+210=532 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.41% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 210 (82.42% from 255 or 39.47% from 532); Max value from RGB is 240 - color contains mainly: green. Hex color #52F0D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F0D2 is #AD0F2D. Grayscale: #BDBDBD. Windows color (decimal): -11341614 or 13824082. OLE color: 13824082.

HSL color Cylindrical-coordinate representation of color #52F0D2: hue angle of 168.61º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F0D2 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB82240210-
CMYK0.6600.120.06
HSL168.61º84.04%63.14%-
HSV(B)168.61º65.83%94.12%-
XYZ46.2768.7771.81-
YUV189.34139.6551.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.41%
GREEN value IS 240 (94.14% from 255) = 45.11%
BLUE value IS 210 (82.42% from 255) = 39.47%
R=15.41%
G=45.11%
B=39.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal822402100.6600.120.06168.6184.0463.14
Hex52F0D2420C6a9543f
Octal122360322102014625112477
Binary10100101111000011010010100001001100110101010011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,240,210); }

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

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

 a { background-color: rgb(82,240,210); }

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

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

 span { border-color: rgb(82,240,210); }

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