Html Css Color HEX #52DFD8 Turquoise

📋 copy color: '#52DFD8'

red 82 ◦ green 223 ◦ blue 216

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

Shades of Turquoise #52DFD8

Tints of Turquoise #52DFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.46%

R = 15.74%
G = 42.8%
B = 41.46%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#52DFD8 (or 0x52DFD8) is known color: Turquoise. HEX triplet: 52, DF and D8. RGB value is (82,223,216). Sum of RGB (Red+Green+Blue) = 82+223+216=521 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.74% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #52DFD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DFD8 is #AD2027. Grayscale: #B3B3B3. Windows color (decimal): -11345960 or 14212946. OLE color: 14212946.

HSL color Cylindrical-coordinate representation of color #52DFD8: hue angle of 177.02º 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 #52DFD8 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 223 216 -
CMYK 0.63 0 0.03 0.13
HSL 177.02º 0.69% 0.6% -
HSV(B) 177.02º 0.63% 0.87% -
XYZ 42.26 59.53 74.23 -
YUV 180.04 148.29 58.07 -
System Red Green Blue C M Y K H S L
Decimal 82 223 216 0.63 0 0.03 0.13 177.02 0.69 0.6
Hex 52 DF D8 3F 0 3 D B1 45 3C
Octal 122 337 330 77 0 3 15 261 105 74
Binary 1010010 11011111 11011000 111111 0 11 1101 10110001 1000101 111100

Color Harmonies of #52DFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DFD8

Black with #52DFD8

Text Example


Text Example

White with #52DFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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