#55CABE

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

Shades of Medium Turquoise #55CABE

Tints of Medium Turquoise #55CABE

Color information

#55CABE (or 0x55CABE) is unknown color: approx Medium Turquoise. HEX triplet: 55, CA and BE. RGB value is (85,202,190). Sum of RGB (Red+Green+Blue) = 85+202+190=477 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.82% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #55CABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CABE is #AA3541. Grayscale: #A5A5A5. Windows color (decimal): -11154754 or 12503637. OLE color: 12503637.

HSL color Cylindrical-coordinate representation of color #55CABE: hue angle of 173.85º 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 #55CABE is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB85202190-
CMYK0.5800.060.21
HSL173.85º52.47%56.27%-
HSV(B)173.85º57.92%79.22%-
XYZ34.1647.8956.16-
YUV165.65141.7470.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.82%
GREEN value IS 202 (79.30% from 255) = 42.35%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=17.82%
G=42.35%
B=39.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal852021900.5800.060.21173.8552.4756.27
Hex55CABE3A0615ae3438
Octal1253122767206252566470
Binary1010101110010101011111011101001101010110101110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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