Html Css Color HEX #52E9CE Turquoise

📋 copy color: '#52E9CE'

red 82 ◦ green 233 ◦ blue 206

#52E9CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #52E9CE

Tints of Turquoise #52E9CE

RGB

 RED value IS 82 (32.42% from 255) = 15.74%

 GREEN value IS 233 (91.41% from 255) = 44.72%

 BLUE value IS 206 (80.86% from 255) = 39.54%

R = 15.74%
G = 44.72%
B = 39.54%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#52E9CE (or 0x52E9CE) is known color: Turquoise. HEX triplet: 52, E9 and CE. RGB value is (82,233,206). Sum of RGB (Red+Green+Blue) = 82+233+206=521 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.74% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #52E9CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52E9CE is #AD1631. Grayscale: #B8B8B8. Windows color (decimal): -11343410 or 13560146. OLE color: 13560146.

HSL color Cylindrical-coordinate representation of color #52E9CE: hue angle of 169.27º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E9CE is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 233 206 -
CMYK 0.65 0 0.12 0.09
HSL 169.27º 0.77% 0.62% -
HSV(B) 169.27º 0.65% 0.91% -
XYZ 43.76 64.53 68.54 -
YUV 184.77 139.97 54.7 -
System Red Green Blue C M Y K H S L
Decimal 82 233 206 0.65 0 0.12 0.09 169.27 0.77 0.62
Hex 52 E9 CE 41 0 C 9 A9 4D 3E
Octal 122 351 316 101 0 14 11 251 115 76
Binary 1010010 11101001 11001110 1000001 0 1100 1001 10101001 1001101 111110

Color Harmonies of #52E9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E9CE

Black with #52E9CE

Text Example


Text Example

White with #52E9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52E9CE;
 }
 .AnyTagClassName
 {
   color: #52E9CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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