#55C5CB

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

Shades of Medium Turquoise #55C5CB

Tints of Medium Turquoise #55C5CB

Color information

#55C5CB (or 0x55C5CB) is unknown color: approx Medium Turquoise. HEX triplet: 55, C5 and CB. RGB value is (85,197,203). Sum of RGB (Red+Green+Blue) = 85+197+203=485 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.53% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #55C5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C5CB is #AA3A34. Grayscale: #A4A4A4. Windows color (decimal): -11156021 or 13354325. OLE color: 13354325.

HSL color Cylindrical-coordinate representation of color #55C5CB: hue angle of 183.05º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55C5CB is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB85197203-
CMYK0.580.0300.20
HSL183.05º53.15%56.47%-
HSV(B)183.05º58.13%79.61%-
XYZ34.4946.1863.59-
YUV164.2149.8971.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.53%
GREEN value IS 197 (77.34% from 255) = 40.62%
BLUE value IS 203 (79.69% from 255) = 41.86%
R=17.53%
G=40.62%
B=41.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal851972030.580.0300.20183.0553.1556.47
Hex55C5CB3A3014b73538
Octal1253053137230242676570
Binary101010111000101110010111110101101010010110111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,197,203); }

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

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

 a { background-color: rgb(85,197,203); }

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

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

 span { border-color: rgb(85,197,203); }

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