Html Css Color HEX #52C9CE Medium Turquoise

📋 copy color: '#52C9CE'

red 82 ◦ green 201 ◦ blue 206

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

Shades of Medium Turquoise #52C9CE

Tints of Medium Turquoise #52C9CE

RGB

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

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

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

R = 16.77%
G = 41.1%
B = 42.13%

CMYK

 C value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#52C9CE (or 0x52C9CE) is known color: Medium Turquoise. HEX triplet: 52, C9 and CE. RGB value is (82,201,206). Sum of RGB (Red+Green+Blue) = 82+201+206=489 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.77% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #52C9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C9CE is #AD3631. Grayscale: #A5A5A5. Windows color (decimal): -11351602 or 13551954. OLE color: 13551954.

HSL color Cylindrical-coordinate representation of color #52C9CE: hue angle of 182.42º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52C9CE is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 201 206 -
CMYK 0.60 0.02 0 0.19
HSL 182.42º 0.56% 0.56% -
HSV(B) 182.42º 0.6% 0.81% -
XYZ 35.51 48.02 65.79 -
YUV 165.99 150.58 68.09 -
System Red Green Blue C M Y K H S L
Decimal 82 201 206 0.60 0.02 0 0.19 182.42 0.56 0.56
Hex 52 C9 CE 3C 2 0 13 B6 38 38
Octal 122 311 316 74 2 0 23 266 70 70
Binary 1010010 11001001 11001110 111100 10 0 10011 10110110 111000 111000

Color Harmonies of #52C9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C9CE

Black with #52C9CE

Text Example


Text Example

White with #52C9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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