Html Css Color HEX #52EECE Turquoise

📋 copy color: '#52EECE'

red 82 ◦ green 238 ◦ blue 206

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

Shades of Turquoise #52EECE

Tints of Turquoise #52EECE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.25%

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

R = 15.59%
G = 45.25%
B = 39.16%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#52EECE (or 0x52EECE) is known color: Turquoise. HEX triplet: 52, EE and CE. RGB value is (82,238,206). Sum of RGB (Red+Green+Blue) = 82+238+206=526 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.59% from 526); Green value is 238 (93.36% from 255 or 45.25% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 238 - color contains mainly: green. Hex color #52EECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EECE is #AD1131. Grayscale: #BBBBBB. Windows color (decimal): -11342130 or 13561426. OLE color: 13561426.

HSL color Cylindrical-coordinate representation of color #52EECE: hue angle of 167.69º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52EECE is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 238 206 -
CMYK 0.66 0 0.13 0.07
HSL 167.69º 0.82% 0.63% -
HSV(B) 167.69º 0.66% 0.93% -
XYZ 45.19 67.4 69.02 -
YUV 187.71 138.32 52.6 -
System Red Green Blue C M Y K H S L
Decimal 82 238 206 0.66 0 0.13 0.07 167.69 0.82 0.63
Hex 52 EE CE 42 0 D 7 A8 52 3F
Octal 122 356 316 102 0 15 7 250 122 77
Binary 1010010 11101110 11001110 1000010 0 1101 111 10101000 1010010 111111

Color Harmonies of #52EECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EECE

Black with #52EECE

Text Example


Text Example

White with #52EECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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