#55CBB8

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

Shades of Medium Turquoise #55CBB8

Tints of Medium Turquoise #55CBB8

Color information

#55CBB8 (or 0x55CBB8) is unknown color: approx Medium Turquoise. HEX triplet: 55, CB and B8. RGB value is (85,203,184). Sum of RGB (Red+Green+Blue) = 85+203+184=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 184 (72.27% from 255 or 38.98% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #55CBB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CBB8 is #AA3447. Grayscale: #A5A5A5. Windows color (decimal): -11154504 or 12110677. OLE color: 12110677.

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

Color convert

RGB85203184-
CMYK0.5800.090.20
HSL170.34º53.15%56.47%-
HSV(B)170.34º58.13%79.61%-
XYZ33.7548.152.85-
YUV165.55138.4170.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.01%
GREEN value IS 203 (79.69% from 255) = 43.01%
BLUE value IS 184 (72.27% from 255) = 38.98%
R=18.01%
G=43.01%
B=38.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal852031840.5800.090.20170.3453.1556.47
Hex55CBB83A0914aa3538
Octal12531327072011242526570
Binary10101011100101110111000111010010011010010101010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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