Html Css Color HEX #52E5CE Turquoise

📋 copy color: '#52E5CE'

red 82 ◦ green 229 ◦ blue 206

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

Shades of Turquoise #52E5CE

Tints of Turquoise #52E5CE

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 value IS 0.64

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#52E5CE (or 0x52E5CE) is known color: 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

RGB 82 229 206 -
CMYK 0.64 0 0.10 0.10
HSL 170.61º 0.74% 0.61% -
HSV(B) 170.61º 0.64% 0.9% -
XYZ 42.64 62.29 68.17 -
YUV 182.43 141.3 56.37 -
System Red Green Blue C M Y K H S L
Decimal 82 229 206 0.64 0 0.10 0.10 170.61 0.74 0.61
Hex 52 E5 CE 40 0 A A AB 4A 3D
Octal 122 345 316 100 0 12 12 253 112 75
Binary 1010010 11100101 11001110 1000000 0 1010 1010 10101011 1001010 111101

Color Harmonies of #52E5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E5CE

Black with #52E5CE

Text Example


Text Example

White with #52E5CE

Text Example


Text Example

HTML Codes & Css Web 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>