Html Css Color HEX #52DFCF Turquoise

📋 copy color: '#52DFCF'

red 82 ◦ green 223 ◦ blue 207

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

Shades of Turquoise #52DFCF

Tints of Turquoise #52DFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.43%

R = 16.02%
G = 43.55%
B = 40.43%

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

#52DFCF (or 0x52DFCF) is known color: Turquoise. HEX triplet: 52, DF and CF. RGB value is (82,223,207). Sum of RGB (Red+Green+Blue) = 82+223+207=512 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.02% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #52DFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DFCF is #AD2030. Grayscale: #B2B2B2. Windows color (decimal): -11345969 or 13623122. OLE color: 13623122.

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

Color convert

RGB 82 223 207 -
CMYK 0.63 0 0.07 0.13
HSL 173.19º 0.69% 0.6% -
HSV(B) 173.19º 0.63% 0.87% -
XYZ 41.13 59.07 68.27 -
YUV 179.02 143.79 58.8 -
System Red Green Blue C M Y K H S L
Decimal 82 223 207 0.63 0 0.07 0.13 173.19 0.69 0.6
Hex 52 DF CF 3F 0 7 D AD 45 3C
Octal 122 337 317 77 0 7 15 255 105 74
Binary 1010010 11011111 11001111 111111 0 111 1101 10101101 1000101 111100

Color Harmonies of #52DFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DFCF

Black with #52DFCF

Text Example


Text Example

White with #52DFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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