Html Css Color HEX #52DFD4 Turquoise

📋 copy color: '#52DFD4'

red 82 ◦ green 223 ◦ blue 212

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

Shades of Turquoise #52DFD4

Tints of Turquoise #52DFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.01%

R = 15.86%
G = 43.13%
B = 41.01%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#52DFD4 (or 0x52DFD4) is known color: Turquoise. HEX triplet: 52, DF and D4. RGB value is (82,223,212). Sum of RGB (Red+Green+Blue) = 82+223+212=517 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.86% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 212 (83.20% from 255 or 41.01% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #52DFD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DFD4 is #AD202B. Grayscale: #B3B3B3. Windows color (decimal): -11345964 or 13950802. OLE color: 13950802.

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

Color convert

RGB 82 223 212 -
CMYK 0.63 0 0.05 0.13
HSL 175.32º 0.69% 0.6% -
HSV(B) 175.32º 0.63% 0.87% -
XYZ 41.75 59.32 71.54 -
YUV 179.59 146.29 58.39 -
System Red Green Blue C M Y K H S L
Decimal 82 223 212 0.63 0 0.05 0.13 175.32 0.69 0.6
Hex 52 DF D4 3F 0 5 D AF 45 3C
Octal 122 337 324 77 0 5 15 257 105 74
Binary 1010010 11011111 11010100 111111 0 101 1101 10101111 1000101 111100

Color Harmonies of #52DFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DFD4

Black with #52DFD4

Text Example


Text Example

White with #52DFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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