Html Css Color HEX #52E9DE Turquoise

📋 copy color: '#52E9DE'

red 82 ◦ green 233 ◦ blue 222

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

Shades of Turquoise #52E9DE

Tints of Turquoise #52E9DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.34%

R = 15.27%
G = 43.39%
B = 41.34%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#52E9DE (or 0x52E9DE) is known color: Turquoise. HEX triplet: 52, E9 and DE. RGB value is (82,233,222). Sum of RGB (Red+Green+Blue) = 82+233+222=537 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.27% from 537); Green value is 233 (91.41% from 255 or 43.39% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 233 - color contains mainly: green. Hex color #52E9DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52E9DE is #AD1621. Grayscale: #BABABA. Windows color (decimal): -11343394 or 14608722. OLE color: 14608722.

HSL color Cylindrical-coordinate representation of color #52E9DE: hue angle of 175.63º 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 #52E9DE is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 233 222 -
CMYK 0.65 0 0.05 0.09
HSL 175.63º 0.77% 0.62% -
HSV(B) 175.63º 0.65% 0.91% -
XYZ 45.8 65.35 79.31 -
YUV 186.6 147.97 53.39 -
System Red Green Blue C M Y K H S L
Decimal 82 233 222 0.65 0 0.05 0.09 175.63 0.77 0.62
Hex 52 E9 DE 41 0 5 9 B0 4D 3E
Octal 122 351 336 101 0 5 11 260 115 76
Binary 1010010 11101001 11011110 1000001 0 101 1001 10110000 1001101 111110

Color Harmonies of #52E9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E9DE

Black with #52E9DE

Text Example


Text Example

White with #52E9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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