#55C8C6

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

Shades of Medium Turquoise #55C8C6

Tints of Medium Turquoise #55C8C6

Color information

#55C8C6 (or 0x55C8C6) is unknown color: approx Medium Turquoise. HEX triplet: 55, C8 and C6. RGB value is (85,200,198). Sum of RGB (Red+Green+Blue) = 85+200+198=483 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.60% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 200 - color contains mainly: green. Hex color #55C8C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C8C6 is #AA3739. Grayscale: #A5A5A5. Windows color (decimal): -11155258 or 13027413. OLE color: 13027413.

HSL color Cylindrical-coordinate representation of color #55C8C6: hue angle of 178.96º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C8C6 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB85200198-
CMYK0.5800.010.22
HSL178.96º51.11%55.88%-
HSV(B)178.96º57.5%78.43%-
XYZ34.5947.3260.74-
YUV165.39146.470.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.60%
GREEN value IS 200 (78.52% from 255) = 41.41%
BLUE value IS 198 (77.73% from 255) = 40.99%
R=17.60%
G=41.41%
B=40.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal852001980.5800.010.22178.9651.1155.88
Hex55C8C63A0116b33338
Octal1253103067201262636370
Binary10101011100100011000110111010011011010110011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,200,198); }

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

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

 a { background-color: rgb(85,200,198); }

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

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

 span { border-color: rgb(85,200,198); }

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