Html Css Color HEX #52C9CC Medium Turquoise

📋 copy color: '#52C9CC'

red 82 ◦ green 201 ◦ blue 204

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

Shades of Medium Turquoise #52C9CC

Tints of Medium Turquoise #52C9CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.89%

R = 16.84%
G = 41.27%
B = 41.89%

CMYK

 C value IS 0.60

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#52C9CC (or 0x52C9CC) is known color: Medium Turquoise. HEX triplet: 52, C9 and CC. RGB value is (82,201,204). Sum of RGB (Red+Green+Blue) = 82+201+204=487 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.84% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #52C9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C9CC is #AD3633. Grayscale: #A5A5A5. Windows color (decimal): -11351604 or 13420882. OLE color: 13420882.

HSL color Cylindrical-coordinate representation of color #52C9CC: hue angle of 181.48º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52C9CC is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 201 204 -
CMYK 0.60 0.01 0 0.2
HSL 181.48º 0.54% 0.56% -
HSV(B) 181.48º 0.6% 0.8% -
XYZ 35.27 47.93 64.52 -
YUV 165.76 149.58 68.26 -
System Red Green Blue C M Y K H S L
Decimal 82 201 204 0.60 0.01 0 0.2 181.48 0.54 0.56
Hex 52 C9 CC 3C 1 0 14 B5 36 38
Octal 122 311 314 74 1 0 24 265 66 70
Binary 1010010 11001001 11001100 111100 1 0 10100 10110101 110110 111000

Color Harmonies of #52C9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C9CC

Black with #52C9CC

Text Example


Text Example

White with #52C9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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