Html Css Color HEX #52E9D3 Turquoise

📋 copy color: '#52E9D3'

red 82 ◦ green 233 ◦ blue 211

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

Shades of Turquoise #52E9D3

Tints of Turquoise #52E9D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.11%

R = 15.59%
G = 44.3%
B = 40.11%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#52E9D3 (or 0x52E9D3) is known color: Turquoise. HEX triplet: 52, E9 and D3. RGB value is (82,233,211). Sum of RGB (Red+Green+Blue) = 82+233+211=526 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.59% from 526); Green value is 233 (91.41% from 255 or 44.30% from 526); Blue value is 211 (82.81% from 255 or 40.11% from 526); Max value from RGB is 233 - color contains mainly: green. Hex color #52E9D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52E9D3 is #AD162C. Grayscale: #B9B9B9. Windows color (decimal): -11343405 or 13887826. OLE color: 13887826.

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

Color convert

RGB 82 233 211 -
CMYK 0.65 0 0.09 0.09
HSL 171.26º 0.77% 0.62% -
HSV(B) 171.26º 0.65% 0.91% -
XYZ 44.38 64.77 71.79 -
YUV 185.34 142.47 54.29 -
System Red Green Blue C M Y K H S L
Decimal 82 233 211 0.65 0 0.09 0.09 171.26 0.77 0.62
Hex 52 E9 D3 41 0 9 9 AB 4D 3E
Octal 122 351 323 101 0 11 11 253 115 76
Binary 1010010 11101001 11010011 1000001 0 1001 1001 10101011 1001101 111110

Color Harmonies of #52E9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E9D3

Black with #52E9D3

Text Example


Text Example

White with #52E9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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