#55CABC

Color #55CABC Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #55CABC

Tints of Medium Turquoise #55CABC

Color information

#55CABC (or 0x55CABC) is unknown color: approx Medium Turquoise. HEX triplet: 55, CA and BC. RGB value is (85,202,188). Sum of RGB (Red+Green+Blue) = 85+202+188=475 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.89% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #55CABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CABC is #AA3543. Grayscale: #A5A5A5. Windows color (decimal): -11154756 or 12372565. OLE color: 12372565.

HSL color Cylindrical-coordinate representation of color #55CABC: hue angle of 172.82º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CABC is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB85202188-
CMYK0.5800.070.21
HSL172.82º52.47%56.27%-
HSV(B)172.82º57.92%79.22%-
XYZ33.9447.855.01-
YUV165.42140.7470.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.89%
GREEN value IS 202 (79.30% from 255) = 42.53%
BLUE value IS 188 (73.83% from 255) = 39.58%
R=17.89%
G=42.53%
B=39.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal852021880.5800.070.21172.8252.4756.27
Hex55CABC3A0715ad3438
Octal1253122747207252556470
Binary1010101110010101011110011101001111010110101101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,202,188); }

 H1.HeaderClassName
 {
   color: #55CABC;
 }
 .AnyTagClassName
 {
   color: #55CABC;
 }
</style>
background-color css

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

 a { background-color: rgb(85,202,188); }

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

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

 span { border-color: rgb(85,202,188); }

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