Html Css Color HEX #52FFDC Turquoise

📋 copy color: '#52FFDC'

red 82 ◦ green 255 ◦ blue 220

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

Shades of Turquoise #52FFDC

Tints of Turquoise #52FFDC

RGB

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

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

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

R = 14.72%
G = 45.78%
B = 39.5%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#52FFDC (or 0x52FFDC) is known color: Turquoise. HEX triplet: 52, FF and DC. RGB value is (82,255,220). Sum of RGB (Red+Green+Blue) = 82+255+220=557 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.72% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #52FFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FFDC is #AD0023. Grayscale: #C7C7C7. Windows color (decimal): -11337764 or 14483282. OLE color: 14483282.

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

Color convert

RGB 82 255 220 -
CMYK 0.68 0 0.14 0
HSL 167.86º 1% 0.66% -
HSV(B) 167.86º 0.68% 1% -
XYZ 52.16 78.48 80.11 -
YUV 199.28 139.69 44.35 -
System Red Green Blue C M Y K H S L
Decimal 82 255 220 0.68 0 0.14 0 167.86 1 0.66
Hex 52 FF DC 44 0 E 0 A8 64 42
Octal 122 377 334 104 0 16 0 250 144 102
Binary 1010010 11111111 11011100 1000100 0 1110 0 10101000 1100100 1000010

Color Harmonies of #52FFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FFDC

Black with #52FFDC

Text Example


Text Example

White with #52FFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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