Html Css Color HEX #52C9DC Medium Turquoise

📋 copy color: '#52C9DC'

red 82 ◦ green 201 ◦ blue 220

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

Shades of Medium Turquoise #52C9DC

Tints of Medium Turquoise #52C9DC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.96%

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 16.3%
G = 39.96%
B = 43.74%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#52C9DC (or 0x52C9DC) is known color: Medium Turquoise. HEX triplet: 52, C9 and DC. RGB value is (82,201,220). Sum of RGB (Red+Green+Blue) = 82+201+220=503 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.30% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #52C9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C9DC is #AD3623. Grayscale: #A7A7A7. Windows color (decimal): -11351588 or 14469458. OLE color: 14469458.

HSL color Cylindrical-coordinate representation of color #52C9DC: hue angle of 188.26º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52C9DC is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 201 220 -
CMYK 0.63 0.09 0 0.14
HSL 188.26º 0.66% 0.59% -
HSV(B) 188.26º 0.63% 0.86% -
XYZ 37.28 48.73 75.15 -
YUV 167.59 157.58 66.96 -
System Red Green Blue C M Y K H S L
Decimal 82 201 220 0.63 0.09 0 0.14 188.26 0.66 0.59
Hex 52 C9 DC 3F 9 0 E BC 42 3B
Octal 122 311 334 77 11 0 16 274 102 73
Binary 1010010 11001001 11011100 111111 1001 0 1110 10111100 1000010 111011

Color Harmonies of #52C9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C9DC

Black with #52C9DC

Text Example


Text Example

White with #52C9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,201,220); }

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

background-color css

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

 a { background-color: rgb(82,201,220); }

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

border-color css

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

 span { border-color: rgb(82,201,220); }

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