#55D8E1

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

Shades of Turquoise Blue #55D8E1

Tints of Turquoise Blue #55D8E1

Color information

#55D8E1 (or 0x55D8E1) is unknown color: approx Turquoise Blue. HEX triplet: 55, D8 and E1. RGB value is (85,216,225). Sum of RGB (Red+Green+Blue) = 85+216+225=526 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.16% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 225 - color contains mainly: blue. Hex color #55D8E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D8E1 is #AA271E. Grayscale: #B1B1B1. Windows color (decimal): -11151135 or 14800981. OLE color: 14800981.

HSL color Cylindrical-coordinate representation of color #55D8E1: hue angle of 183.86º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55D8E1 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB85216225-
CMYK0.620.0400.12
HSL183.86º70%60.78%-
HSV(B)183.86º62.22%88.24%-
XYZ41.8956.4879.93-
YUV177.86154.661.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.16%
GREEN value IS 216 (84.77% from 255) = 41.06%
BLUE value IS 225 (88.28% from 255) = 42.78%
R=16.16%
G=41.06%
B=42.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal852162250.620.0400.12183.867060.78
Hex55D8E13E40Cb8463d
Octal12533034176401427010675
Binary1010101110110001110000111111010001100101110001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,216,225); }

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

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

 a { background-color: rgb(85,216,225); }

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

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

 span { border-color: rgb(85,216,225); }

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