#55D5EB

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

Shades of Turquoise Blue #55D5EB

Tints of Turquoise Blue #55D5EB

Color information

#55D5EB (or 0x55D5EB) is unknown color: approx Turquoise Blue. HEX triplet: 55, D5 and EB. RGB value is (85,213,235). Sum of RGB (Red+Green+Blue) = 85+213+235=533 (70% of max value = 765). Red value is 85 (33.59% from 255 or 15.95% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #55D5EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D5EB is #AA2A14. Grayscale: #B1B1B1. Windows color (decimal): -11151893 or 15455573. OLE color: 15455573.

HSL color Cylindrical-coordinate representation of color #55D5EB: hue angle of 188.8º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55D5EB is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB85213235-
CMYK0.640.0900.08
HSL188.8º78.95%62.75%-
HSV(B)188.8º63.83%92.16%-
XYZ42.5455.5287.07-
YUV177.24160.5962.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.95%
GREEN value IS 213 (83.59% from 255) = 39.96%
BLUE value IS 235 (92.19% from 255) = 44.09%
R=15.95%
G=39.96%
B=44.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal852132350.640.0900.08188.878.9562.75
Hex55D5EB40908bd4f3f
Octal1253253531001101027511777
Binary101010111010101111010111000000100101000101111011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,213,235); }

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

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

 a { background-color: rgb(85,213,235); }

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

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

 span { border-color: rgb(85,213,235); }

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