Html Css Color HEX #52EEE9 Turquoise

📋 copy color: '#52EEE9'

red 82 ◦ green 238 ◦ blue 233

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

Shades of Turquoise #52EEE9

Tints of Turquoise #52EEE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.13%

R = 14.83%
G = 43.04%
B = 42.13%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#52EEE9 (or 0x52EEE9) is known color: Turquoise. HEX triplet: 52, EE and E9. RGB value is (82,238,233). Sum of RGB (Red+Green+Blue) = 82+238+233=553 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.83% from 553); Green value is 238 (93.36% from 255 or 43.04% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 238 - color contains mainly: green. Hex color #52EEE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52EEE9 is #AD1116. Grayscale: #BEBEBE. Windows color (decimal): -11342103 or 15330898. OLE color: 15330898.

HSL color Cylindrical-coordinate representation of color #52EEE9: hue angle of 178.08º 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 #52EEE9 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 238 233 -
CMYK 0.66 0 0.02 0.07
HSL 178.08º 0.82% 0.63% -
HSV(B) 178.08º 0.66% 0.93% -
XYZ 48.76 68.83 87.81 -
YUV 190.79 151.82 50.41 -
System Red Green Blue C M Y K H S L
Decimal 82 238 233 0.66 0 0.02 0.07 178.08 0.82 0.63
Hex 52 EE E9 42 0 2 7 B2 52 3F
Octal 122 356 351 102 0 2 7 262 122 77
Binary 1010010 11101110 11101001 1000010 0 10 111 10110010 1010010 111111

Color Harmonies of #52EEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EEE9

Black with #52EEE9

Text Example


Text Example

White with #52EEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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