Html Css Color HEX #55CCC9 Medium Turquoise

📋 copy color: '#55CCC9'

red 85 ◦ green 204 ◦ blue 201

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

Shades of Medium Turquoise #55CCC9

Tints of Medium Turquoise #55CCC9

RGB

 RED value IS 85 (33.59% from 255) = 17.35%

 GREEN value IS 204 (80.08% from 255) = 41.63%

 BLUE value IS 201 (78.91% from 255) = 41.02%

R = 17.35%
G = 41.63%
B = 41.02%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#55CCC9 (or 0x55CCC9) is known color: Medium Turquoise. HEX triplet: 55, CC and C9. RGB value is (85,204,201). Sum of RGB (Red+Green+Blue) = 85+204+201=490 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.35% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #55CCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CCC9 is #AA3336. Grayscale: #A7A7A7. Windows color (decimal): -11154231 or 13225045. OLE color: 13225045.

HSL color Cylindrical-coordinate representation of color #55CCC9: hue angle of 178.49º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CCC9 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 204 201 -
CMYK 0.58 0 0.01 0.2
HSL 178.49º 0.54% 0.57% -
HSV(B) 178.49º 0.58% 0.8% -
XYZ 35.88 49.33 62.89 -
YUV 168.08 146.58 68.74 -
System Red Green Blue C M Y K H S L
Decimal 85 204 201 0.58 0 0.01 0.2 178.49 0.54 0.57
Hex 55 CC C9 3A 0 1 14 B2 36 39
Octal 125 314 311 72 0 1 24 262 66 71
Binary 1010101 11001100 11001001 111010 0 1 10100 10110010 110110 111001

Color Harmonies of #55CCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CCC9

Black with #55CCC9

Text Example


Text Example

White with #55CCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55CCC9; }

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

 H1.HeaderClassName
 {
   color: #55CCC9;
 }
 .AnyTagClassName
 {
   color: #55CCC9;
 }
</style>

background-color css

<style>
 a { background-color: #55CCC9; }

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

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

border-color css

<style>
 span { border-color: #55CCC9; }

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

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