Html Css Color HEX #52DECE Medium Turquoise

📋 copy color: '#52DECE'

red 82 ◦ green 222 ◦ blue 206

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

Shades of Medium Turquoise #52DECE

Tints of Medium Turquoise #52DECE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.53%

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

R = 16.08%
G = 43.53%
B = 40.39%

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

#52DECE (or 0x52DECE) is known color: Medium Turquoise. HEX triplet: 52, DE and CE. RGB value is (82,222,206). Sum of RGB (Red+Green+Blue) = 82+222+206=510 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.08% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 222 - color contains mainly: green. Hex color #52DECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DECE is #AD2131. Grayscale: #B2B2B2. Windows color (decimal): -11346226 or 13557330. OLE color: 13557330.

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

Color convert

RGB 82 222 206 -
CMYK 0.63 0 0.07 0.13
HSL 173.14º 0.68% 0.6% -
HSV(B) 173.14º 0.63% 0.87% -
XYZ 40.74 58.49 67.54 -
YUV 178.32 143.62 59.3 -
System Red Green Blue C M Y K H S L
Decimal 82 222 206 0.63 0 0.07 0.13 173.14 0.68 0.6
Hex 52 DE CE 3F 0 7 D AD 44 3C
Octal 122 336 316 77 0 7 15 255 104 74
Binary 1010010 11011110 11001110 111111 0 111 1101 10101101 1000100 111100

Color Harmonies of #52DECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DECE

Black with #52DECE

Text Example


Text Example

White with #52DECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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