Html Css Color HEX #52DFDC Turquoise

📋 copy color: '#52DFDC'

red 82 ◦ green 223 ◦ blue 220

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

Shades of Turquoise #52DFDC

Tints of Turquoise #52DFDC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.48%

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

R = 15.62%
G = 42.48%
B = 41.9%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#52DFDC (or 0x52DFDC) is known color: Turquoise. HEX triplet: 52, DF and DC. RGB value is (82,223,220). Sum of RGB (Red+Green+Blue) = 82+223+220=525 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.62% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #52DFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DFDC is #AD2023. Grayscale: #B4B4B4. Windows color (decimal): -11345956 or 14475090. OLE color: 14475090.

HSL color Cylindrical-coordinate representation of color #52DFDC: hue angle of 178.72º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DFDC is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 223 220 -
CMYK 0.63 0 0.01 0.13
HSL 178.72º 0.69% 0.6% -
HSV(B) 178.72º 0.63% 0.87% -
XYZ 42.79 59.74 76.99 -
YUV 180.5 150.29 57.74 -
System Red Green Blue C M Y K H S L
Decimal 82 223 220 0.63 0 0.01 0.13 178.72 0.69 0.6
Hex 52 DF DC 3F 0 1 D B3 45 3C
Octal 122 337 334 77 0 1 15 263 105 74
Binary 1010010 11011111 11011100 111111 0 1 1101 10110011 1000101 111100

Color Harmonies of #52DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DFDC

Black with #52DFDC

Text Example


Text Example

White with #52DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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