#55C3BD

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

Shades of Medium Turquoise #55C3BD

Tints of Medium Turquoise #55C3BD

Color information

#55C3BD (or 0x55C3BD) is unknown color: approx Medium Turquoise. HEX triplet: 55, C3 and BD. RGB value is (85,195,189). Sum of RGB (Red+Green+Blue) = 85+195+189=469 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.12% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 195 - color contains mainly: green. Hex color #55C3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C3BD is #AA3C42. Grayscale: #A1A1A1. Windows color (decimal): -11156547 or 12436309. OLE color: 12436309.

HSL color Cylindrical-coordinate representation of color #55C3BD: hue angle of 176.73º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C3BD is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB85195189-
CMYK0.5600.030.24
HSL176.73º47.83%54.9%-
HSV(B)176.73º56.41%76.47%-
XYZ32.4544.6455.05-
YUV161.43143.5673.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.12%
GREEN value IS 195 (76.56% from 255) = 41.58%
BLUE value IS 189 (74.22% from 255) = 40.30%
R=18.12%
G=41.58%
B=40.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851951890.5600.030.24176.7347.8354.9
Hex55C3BD380318b13037
Octal1253032757003302616067
Binary101010111000011101111011110000111100010110001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,195,189); }

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

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

 a { background-color: rgb(85,195,189); }

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

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

 span { border-color: rgb(85,195,189); }

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