Html Css Color HEX #52DFDF Turquoise

📋 copy color: '#52DFDF'

red 82 ◦ green 223 ◦ blue 223

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

Shades of Turquoise #52DFDF

Tints of Turquoise #52DFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 15.53%
G = 42.23%
B = 42.23%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#52DFDF (or 0x52DFDF) is known color: Turquoise. HEX triplet: 52, DF and DF. RGB value is (82,223,223). Sum of RGB (Red+Green+Blue) = 82+223+223=528 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.53% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #52DFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DFDF is #AD2020. Grayscale: #B4B4B4. Windows color (decimal): -11345953 or 14671698. OLE color: 14671698.

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

Color convert

RGB 82 223 223 -
CMYK 0.63 0 0 0.13
HSL 180º 0.69% 0.6% -
HSV(B) 180º 0.63% 0.87% -
XYZ 43.19 59.9 79.1 -
YUV 180.84 151.79 57.5 -
System Red Green Blue C M Y K H S L
Decimal 82 223 223 0.63 0 0 0.13 180 0.69 0.6
Hex 52 DF DF 3F 0 0 D B4 45 3C
Octal 122 337 337 77 0 0 15 264 105 74
Binary 1010010 11011111 11011111 111111 0 0 1101 10110100 1000101 111100

Color Harmonies of #52DFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DFDF

Black with #52DFDF

Text Example


Text Example

White with #52DFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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