#52FDCE

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

Shades of Turquoise #52FDCE

Tints of Turquoise #52FDCE

Color information

#52FDCE (or 0x52FDCE) is unknown color: approx Turquoise. HEX triplet: 52, FD and CE. RGB value is (82,253,206). Sum of RGB (Red+Green+Blue) = 82+253+206=541 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.16% from 541); Green value is 253 (99.22% from 255 or 46.77% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 253 - color contains mainly: green. Hex color #52FDCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FDCE is #AD0231. Grayscale: #C4C4C4. Windows color (decimal): -11338290 or 13565266. OLE color: 13565266.

HSL color Cylindrical-coordinate representation of color #52FDCE: hue angle of 163.51º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FDCE is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB82253206-
CMYK0.6800.190.01
HSL163.51º97.71%65.69%-
HSV(B)163.51º67.59%99.22%-
XYZ49.7576.570.54-
YUV196.51133.3546.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.16%
GREEN value IS 253 (99.22% from 255) = 46.77%
BLUE value IS 206 (80.86% from 255) = 38.08%
R=15.16%
G=46.77%
B=38.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal822532060.6800.190.01163.5197.7165.69
Hex52FDCE440131a46242
Octal1223753161040231244142102
Binary10100101111110111001110100010001001111010010011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52FDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,253,206); }

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

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

 a { background-color: rgb(82,253,206); }

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

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

 span { border-color: rgb(82,253,206); }

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