#55D8E3

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

Shades of Turquoise Blue #55D8E3

Tints of Turquoise Blue #55D8E3

Color information

#55D8E3 (or 0x55D8E3) is unknown color: approx Turquoise Blue. HEX triplet: 55, D8 and E3. RGB value is (85,216,227). Sum of RGB (Red+Green+Blue) = 85+216+227=528 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.10% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 227 (89.06% from 255 or 42.99% from 528); Max value from RGB is 227 - color contains mainly: blue. Hex color #55D8E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D8E3 is #AA271C. Grayscale: #B1B1B1. Windows color (decimal): -11151133 or 14932053. OLE color: 14932053.

HSL color Cylindrical-coordinate representation of color #55D8E3: hue angle of 184.65º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55D8E3 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB85216227-
CMYK0.630.0500.11
HSL184.65º71.72%61.18%-
HSV(B)184.65º62.56%89.02%-
XYZ42.1756.5981.37-
YUV178.08155.661.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.10%
GREEN value IS 216 (84.77% from 255) = 40.91%
BLUE value IS 227 (89.06% from 255) = 42.99%
R=16.10%
G=40.91%
B=42.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal852162270.630.0500.11184.6571.7261.18
Hex55D8E33F50Bb9483d
Octal12533034377501327111075
Binary1010101110110001110001111111110101011101110011001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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