Html Css Color HEX #52DFCE Turquoise

📋 copy color: '#52DFCE'

red 82 ◦ green 223 ◦ blue 206

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

Shades of Turquoise #52DFCE

Tints of Turquoise #52DFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.31%

R = 16.05%
G = 43.64%
B = 40.31%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#52DFCE (or 0x52DFCE) is known color: Turquoise. HEX triplet: 52, DF and CE. RGB value is (82,223,206). Sum of RGB (Red+Green+Blue) = 82+223+206=511 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.05% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #52DFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DFCE is #AD2031. Grayscale: #B2B2B2. Windows color (decimal): -11345970 or 13557586. OLE color: 13557586.

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

Color convert

RGB 82 223 206 -
CMYK 0.63 0 0.08 0.13
HSL 172.77º 0.69% 0.6% -
HSV(B) 172.77º 0.63% 0.87% -
XYZ 41.01 59.03 67.62 -
YUV 178.9 143.29 58.88 -
System Red Green Blue C M Y K H S L
Decimal 82 223 206 0.63 0 0.08 0.13 172.77 0.69 0.6
Hex 52 DF CE 3F 0 8 D AD 45 3C
Octal 122 337 316 77 0 10 15 255 105 74
Binary 1010010 11011111 11001110 111111 0 1000 1101 10101101 1000101 111100

Color Harmonies of #52DFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DFCE

Black with #52DFCE

Text Example


Text Example

White with #52DFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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