Html Css Color HEX #52FFDA Turquoise

📋 copy color: '#52FFDA'

red 82 ◦ green 255 ◦ blue 218

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

Shades of Turquoise #52FFDA

Tints of Turquoise #52FFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.28%

R = 14.77%
G = 45.95%
B = 39.28%

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

#52FFDA (or 0x52FFDA) is known color: Turquoise. HEX triplet: 52, FF and DA. RGB value is (82,255,218). Sum of RGB (Red+Green+Blue) = 82+255+218=555 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.77% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #52FFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FFDA is #AD0025. Grayscale: #C7C7C7. Windows color (decimal): -11337766 or 14352210. OLE color: 14352210.

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

Color convert

RGB 82 255 218 -
CMYK 0.68 0 0.15 0
HSL 167.17º 1% 0.66% -
HSV(B) 167.17º 0.68% 1% -
XYZ 51.89 78.38 78.72 -
YUV 199.06 138.69 44.51 -
System Red Green Blue C M Y K H S L
Decimal 82 255 218 0.68 0 0.15 0 167.17 1 0.66
Hex 52 FF DA 44 0 F 0 A7 64 42
Octal 122 377 332 104 0 17 0 247 144 102
Binary 1010010 11111111 11011010 1000100 0 1111 0 10100111 1100100 1000010

Color Harmonies of #52FFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FFDA

Black with #52FFDA

Text Example


Text Example

White with #52FFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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