Html Css Color HEX #52D0CE Medium Turquoise

📋 copy color: '#52D0CE'

red 82 ◦ green 208 ◦ blue 206

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

Shades of Medium Turquoise #52D0CE

Tints of Medium Turquoise #52D0CE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.94%

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

R = 16.53%
G = 41.94%
B = 41.53%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#52D0CE (or 0x52D0CE) is known color: Medium Turquoise. HEX triplet: 52, D0 and CE. RGB value is (82,208,206). Sum of RGB (Red+Green+Blue) = 82+208+206=496 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.53% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 208 - color contains mainly: green. Hex color #52D0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52D0CE is #AD2F31. Grayscale: #A9A9A9. Windows color (decimal): -11349810 or 13553746. OLE color: 13553746.

HSL color Cylindrical-coordinate representation of color #52D0CE: hue angle of 179.05º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D0CE is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 208 206 -
CMYK 0.61 0 0.01 0.18
HSL 179.05º 0.57% 0.57% -
HSV(B) 179.05º 0.61% 0.82% -
XYZ 37.18 51.36 66.35 -
YUV 170.1 148.26 65.16 -
System Red Green Blue C M Y K H S L
Decimal 82 208 206 0.61 0 0.01 0.18 179.05 0.57 0.57
Hex 52 D0 CE 3D 0 1 12 B3 39 39
Octal 122 320 316 75 0 1 22 263 71 71
Binary 1010010 11010000 11001110 111101 0 1 10010 10110011 111001 111001

Color Harmonies of #52D0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D0CE

Black with #52D0CE

Text Example


Text Example

White with #52D0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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