#52E5CE

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

Shades of Turquoise #52E5CE

Tints of Turquoise #52E5CE

Color information

#52E5CE (or 0x52E5CE) is unknown color: approx Turquoise. HEX triplet: 52, E5 and CE. RGB value is (82,229,206). Sum of RGB (Red+Green+Blue) = 82+229+206=517 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.86% from 517); Green value is 229 (89.84% from 255 or 44.29% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 229 - color contains mainly: green. Hex color #52E5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52E5CE is #AD1A31. Grayscale: #B6B6B6. Windows color (decimal): -11344434 or 13559122. OLE color: 13559122.

HSL color Cylindrical-coordinate representation of color #52E5CE: hue angle of 170.61º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E5CE is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB82229206-
CMYK0.6400.100.10
HSL170.61º73.87%60.98%-
HSV(B)170.61º64.19%89.8%-
XYZ42.6462.2968.17-
YUV182.42141.356.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.86%
GREEN value IS 229 (89.84% from 255) = 44.29%
BLUE value IS 206 (80.86% from 255) = 39.85%
R=15.86%
G=44.29%
B=39.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal822292060.6400.100.10170.6173.8760.98
Hex52E5CE400AAab4a3d
Octal1223453161000121225311275
Binary101001011100101110011101000000010101010101010111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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