Html Css Color HEX #52DFD0 Turquoise

📋 copy color: '#52DFD0'

red 82 ◦ green 223 ◦ blue 208

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

Shades of Turquoise #52DFD0

Tints of Turquoise #52DFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.55%

R = 15.98%
G = 43.47%
B = 40.55%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#52DFD0 (or 0x52DFD0) is known color: Turquoise. HEX triplet: 52, DF and D0. RGB value is (82,223,208). Sum of RGB (Red+Green+Blue) = 82+223+208=513 (67% of max value = 765). Red value is 82 (32.42% from 255 or 15.98% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #52DFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DFD0 is #AD202F. Grayscale: #B3B3B3. Windows color (decimal): -11345968 or 13688658. OLE color: 13688658.

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

Color convert

RGB 82 223 208 -
CMYK 0.63 0 0.07 0.13
HSL 173.62º 0.69% 0.6% -
HSV(B) 173.62º 0.63% 0.87% -
XYZ 41.25 59.12 68.91 -
YUV 179.13 144.29 58.72 -
System Red Green Blue C M Y K H S L
Decimal 82 223 208 0.63 0 0.07 0.13 173.62 0.69 0.6
Hex 52 DF D0 3F 0 7 D AE 45 3C
Octal 122 337 320 77 0 7 15 256 105 74
Binary 1010010 11011111 11010000 111111 0 111 1101 10101110 1000101 111100

Color Harmonies of #52DFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DFD0

Black with #52DFD0

Text Example


Text Example

White with #52DFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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