Html Css Color HEX #52E2CE Turquoise

📋 copy color: '#52E2CE'

red 82 ◦ green 226 ◦ blue 206

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

Shades of Turquoise #52E2CE

Tints of Turquoise #52E2CE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.97%

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

R = 15.95%
G = 43.97%
B = 40.08%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#52E2CE (or 0x52E2CE) is known color: Turquoise. HEX triplet: 52, E2 and CE. RGB value is (82,226,206). Sum of RGB (Red+Green+Blue) = 82+226+206=514 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.95% from 514); Green value is 226 (88.67% from 255 or 43.97% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 226 - color contains mainly: green. Hex color #52E2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52E2CE is #AD1D31. Grayscale: #B4B4B4. Windows color (decimal): -11345202 or 13558354. OLE color: 13558354.

HSL color Cylindrical-coordinate representation of color #52E2CE: hue angle of 171.67º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E2CE is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 82 226 206 -
CMYK 0.64 0 0.09 0.11
HSL 171.67º 0.71% 0.6% -
HSV(B) 171.67º 0.64% 0.89% -
XYZ 41.82 60.64 67.89 -
YUV 180.66 142.29 57.63 -
System Red Green Blue C M Y K H S L
Decimal 82 226 206 0.64 0 0.09 0.11 171.67 0.71 0.6
Hex 52 E2 CE 40 0 9 B AC 47 3C
Octal 122 342 316 100 0 11 13 254 107 74
Binary 1010010 11100010 11001110 1000000 0 1001 1011 10101100 1000111 111100

Color Harmonies of #52E2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E2CE

Black with #52E2CE

Text Example


Text Example

White with #52E2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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