Html Css Color HEX #52C9BE Medium Turquoise

📋 copy color: '#52C9BE'

red 82 ◦ green 201 ◦ blue 190

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

Shades of Medium Turquoise #52C9BE

Tints of Medium Turquoise #52C9BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.17%

R = 17.34%
G = 42.49%
B = 40.17%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#52C9BE (or 0x52C9BE) is known color: Medium Turquoise. HEX triplet: 52, C9 and BE. RGB value is (82,201,190). Sum of RGB (Red+Green+Blue) = 82+201+190=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #52C9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C9BE is #AD3641. Grayscale: #A4A4A4. Windows color (decimal): -11351618 or 12503378. OLE color: 12503378.

HSL color Cylindrical-coordinate representation of color #52C9BE: hue angle of 174.45º 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 #52C9BE is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 201 190 -
CMYK 0.59 0 0.05 0.21
HSL 174.45º 0.52% 0.55% -
HSV(B) 174.45º 0.59% 0.79% -
XYZ 33.66 47.28 56.07 -
YUV 164.17 142.58 69.39 -
System Red Green Blue C M Y K H S L
Decimal 82 201 190 0.59 0 0.05 0.21 174.45 0.52 0.55
Hex 52 C9 BE 3B 0 5 15 AE 34 37
Octal 122 311 276 73 0 5 25 256 64 67
Binary 1010010 11001001 10111110 111011 0 101 10101 10101110 110100 110111

Color Harmonies of #52C9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C9BE

Black with #52C9BE

Text Example


Text Example

White with #52C9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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