Html Css Color HEX #52F0DD Turquoise

📋 copy color: '#52F0DD'

red 82 ◦ green 240 ◦ blue 221

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

Shades of Turquoise #52F0DD

Tints of Turquoise #52F0DD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.2%

 BLUE value IS 221 (86.72% from 255) = 40.7%

R = 15.1%
G = 44.2%
B = 40.7%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#52F0DD (or 0x52F0DD) is known color: Turquoise. HEX triplet: 52, F0 and DD. RGB value is (82,240,221). Sum of RGB (Red+Green+Blue) = 82+240+221=543 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.10% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #52F0DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F0DD is #AD0F22. Grayscale: #BEBEBE. Windows color (decimal): -11341603 or 14544978. OLE color: 14544978.

HSL color Cylindrical-coordinate representation of color #52F0DD: hue angle of 172.78º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F0DD is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 240 221 -
CMYK 0.66 0 0.08 0.06
HSL 172.78º 0.84% 0.63% -
HSV(B) 172.78º 0.66% 0.94% -
XYZ 47.69 69.33 79.28 -
YUV 190.59 145.15 50.54 -
System Red Green Blue C M Y K H S L
Decimal 82 240 221 0.66 0 0.08 0.06 172.78 0.84 0.63
Hex 52 F0 DD 42 0 8 6 AD 54 3F
Octal 122 360 335 102 0 10 6 255 124 77
Binary 1010010 11110000 11011101 1000010 0 1000 110 10101101 1010100 111111

Color Harmonies of #52F0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F0DD

Black with #52F0DD

Text Example


Text Example

White with #52F0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,240,221); }

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

background-color css

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

 a { background-color: rgb(82,240,221); }

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

border-color css

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

 span { border-color: rgb(82,240,221); }

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