Html Css Color HEX #52F1DC Turquoise

📋 copy color: '#52F1DC'

red 82 ◦ green 241 ◦ blue 220

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

Shades of Turquoise #52F1DC

Tints of Turquoise #52F1DC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.38%

 BLUE value IS 220 (86.33% from 255) = 40.52%

R = 15.1%
G = 44.38%
B = 40.52%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#52F1DC (or 0x52F1DC) is known color: Turquoise. HEX triplet: 52, F1 and DC. RGB value is (82,241,220). Sum of RGB (Red+Green+Blue) = 82+241+220=543 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.10% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 241 - color contains mainly: green. Hex color #52F1DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F1DC is #AD0E23. Grayscale: #BEBEBE. Windows color (decimal): -11341348 or 14479698. OLE color: 14479698.

HSL color Cylindrical-coordinate representation of color #52F1DC: hue angle of 172.08º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F1DC is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 241 220 -
CMYK 0.66 0 0.09 0.05
HSL 172.08º 0.85% 0.63% -
HSV(B) 172.08º 0.66% 0.95% -
XYZ 47.85 69.87 78.67 -
YUV 191.07 144.32 50.21 -
System Red Green Blue C M Y K H S L
Decimal 82 241 220 0.66 0 0.09 0.05 172.08 0.85 0.63
Hex 52 F1 DC 42 0 9 5 AC 55 3F
Octal 122 361 334 102 0 11 5 254 125 77
Binary 1010010 11110001 11011100 1000010 0 1001 101 10101100 1010101 111111

Color Harmonies of #52F1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F1DC

Black with #52F1DC

Text Example


Text Example

White with #52F1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,241,220); }

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

background-color css

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

 a { background-color: rgb(82,241,220); }

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

border-color css

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

 span { border-color: rgb(82,241,220); }

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