Html Css Color HEX #52D8CE Medium Turquoise

📋 copy color: '#52D8CE'

red 82 ◦ green 216 ◦ blue 206

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

Shades of Medium Turquoise #52D8CE

Tints of Medium Turquoise #52D8CE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.86%

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

R = 16.27%
G = 42.86%
B = 40.87%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#52D8CE (or 0x52D8CE) is known color: Medium Turquoise. HEX triplet: 52, D8 and CE. RGB value is (82,216,206). Sum of RGB (Red+Green+Blue) = 82+216+206=504 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.27% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #52D8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52D8CE is #AD2731. Grayscale: #AEAEAE. Windows color (decimal): -11347762 or 13555794. OLE color: 13555794.

HSL color Cylindrical-coordinate representation of color #52D8CE: hue angle of 175.52º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D8CE is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 216 206 -
CMYK 0.62 0 0.05 0.15
HSL 175.52º 0.63% 0.58% -
HSV(B) 175.52º 0.62% 0.85% -
XYZ 39.18 55.36 67.01 -
YUV 174.79 145.61 61.81 -
System Red Green Blue C M Y K H S L
Decimal 82 216 206 0.62 0 0.05 0.15 175.52 0.63 0.58
Hex 52 D8 CE 3E 0 5 F B0 3F 3A
Octal 122 330 316 76 0 5 17 260 77 72
Binary 1010010 11011000 11001110 111110 0 101 1111 10110000 111111 111010

Color Harmonies of #52D8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D8CE

Black with #52D8CE

Text Example


Text Example

White with #52D8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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