Html Css Color HEX #52FFD9 Turquoise

📋 copy color: '#52FFD9'

red 82 ◦ green 255 ◦ blue 217

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

Shades of Turquoise #52FFD9

Tints of Turquoise #52FFD9

RGB

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

 GREEN value IS 255 (100% from 255) = 46.03%

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

R = 14.8%
G = 46.03%
B = 39.17%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#52FFD9 (or 0x52FFD9) is known color: Turquoise. HEX triplet: 52, FF and D9. RGB value is (82,255,217). Sum of RGB (Red+Green+Blue) = 82+255+217=554 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.80% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #52FFD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FFD9 is #AD0026. Grayscale: #C6C6C6. Windows color (decimal): -11337767 or 14286674. OLE color: 14286674.

HSL color Cylindrical-coordinate representation of color #52FFD9: hue angle of 166.82º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FFD9 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 82 255 217 -
CMYK 0.68 0 0.15 0
HSL 166.82º 1% 0.66% -
HSV(B) 166.82º 0.68% 1% -
XYZ 51.76 78.32 78.04 -
YUV 198.94 138.19 44.59 -
System Red Green Blue C M Y K H S L
Decimal 82 255 217 0.68 0 0.15 0 166.82 1 0.66
Hex 52 FF D9 44 0 F 0 A7 64 42
Octal 122 377 331 104 0 17 0 247 144 102
Binary 1010010 11111111 11011001 1000100 0 1111 0 10100111 1100100 1000010

Color Harmonies of #52FFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FFD9

Black with #52FFD9

Text Example


Text Example

White with #52FFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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