#52FDCF

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

Shades of Turquoise #52FDCF

Tints of Turquoise #52FDCF

Color information

#52FDCF (or 0x52FDCF) is unknown color: approx Turquoise. HEX triplet: 52, FD and CF. RGB value is (82,253,207). Sum of RGB (Red+Green+Blue) = 82+253+207=542 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.13% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #52FDCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FDCF is #AD0230. Grayscale: #C4C4C4. Windows color (decimal): -11338289 or 13630802. OLE color: 13630802.

HSL color Cylindrical-coordinate representation of color #52FDCF: hue angle of 163.86º 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 #52FDCF is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB82253207-
CMYK0.6800.180.01
HSL163.86º97.71%65.69%-
HSV(B)163.86º67.59%99.22%-
XYZ49.8776.5571.18-
YUV196.63133.8546.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.13%
GREEN value IS 253 (99.22% from 255) = 46.68%
BLUE value IS 207 (81.25% from 255) = 38.19%
R=15.13%
G=46.68%
B=38.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal822532070.6800.180.01163.8697.7165.69
Hex52FDCF440121a46242
Octal1223753171040221244142102
Binary10100101111110111001111100010001001011010010011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52FDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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