Html Css Color HEX #52EBD9 Turquoise

📋 copy color: '#52EBD9'

red 82 ◦ green 235 ◦ blue 217

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

Shades of Turquoise #52EBD9

Tints of Turquoise #52EBD9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.01%

 BLUE value IS 217 (85.16% from 255) = 40.64%

R = 15.36%
G = 44.01%
B = 40.64%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#52EBD9 (or 0x52EBD9) is known color: Turquoise. HEX triplet: 52, EB and D9. RGB value is (82,235,217). Sum of RGB (Red+Green+Blue) = 82+235+217=534 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.36% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 235 - color contains mainly: green. Hex color #52EBD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EBD9 is #AD1426. Grayscale: #BBBBBB. Windows color (decimal): -11342887 or 14281554. OLE color: 14281554.

HSL color Cylindrical-coordinate representation of color #52EBD9: hue angle of 172.94º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52EBD9 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 235 217 -
CMYK 0.65 0 0.08 0.08
HSL 172.94º 0.79% 0.62% -
HSV(B) 172.94º 0.65% 0.92% -
XYZ 45.71 66.22 76.02 -
YUV 187.2 144.81 52.96 -
System Red Green Blue C M Y K H S L
Decimal 82 235 217 0.65 0 0.08 0.08 172.94 0.79 0.62
Hex 52 EB D9 41 0 8 8 AD 4F 3E
Octal 122 353 331 101 0 10 10 255 117 76
Binary 1010010 11101011 11011001 1000001 0 1000 1000 10101101 1001111 111110

Color Harmonies of #52EBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EBD9

Black with #52EBD9

Text Example


Text Example

White with #52EBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,235,217); }

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

background-color css

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

 a { background-color: rgb(82,235,217); }

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

border-color css

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

 span { border-color: rgb(82,235,217); }

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