Html Css Color HEX #52C9C8 Medium Turquoise

📋 copy color: '#52C9C8'

red 82 ◦ green 201 ◦ blue 200

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

Shades of Medium Turquoise #52C9C8

Tints of Medium Turquoise #52C9C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.41%

R = 16.98%
G = 41.61%
B = 41.41%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#52C9C8 (or 0x52C9C8) is known color: Medium Turquoise. HEX triplet: 52, C9 and C8. RGB value is (82,201,200). Sum of RGB (Red+Green+Blue) = 82+201+200=483 (63% of max value = 765). Red value is 82 (32.42% from 255 or 16.98% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 200 (78.52% from 255 or 41.41% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #52C9C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C9C8 is #AD3637. Grayscale: #A5A5A5. Windows color (decimal): -11351608 or 13158738. OLE color: 13158738.

HSL color Cylindrical-coordinate representation of color #52C9C8: hue angle of 179.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C9C8 is Cyan = 0.59, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 201 200 -
CMYK 0.59 0 0.00 0.21
HSL 179.5º 0.52% 0.55% -
HSV(B) 179.5º 0.59% 0.79% -
XYZ 34.79 47.74 62.02 -
YUV 165.31 147.58 68.58 -
System Red Green Blue C M Y K H S L
Decimal 82 201 200 0.59 0 0.00 0.21 179.5 0.52 0.55
Hex 52 C9 C8 3B 0 0 15 B3 34 37
Octal 122 311 310 73 0 0 25 263 64 67
Binary 1010010 11001001 11001000 111011 0 0 10101 10110011 110100 110111

Color Harmonies of #52C9C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C9C8

Black with #52C9C8

Text Example


Text Example

White with #52C9C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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