#55D6EB

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

Shades of Turquoise Blue #55D6EB

Tints of Turquoise Blue #55D6EB

Color information

#55D6EB (or 0x55D6EB) is unknown color: approx Turquoise Blue. HEX triplet: 55, D6 and EB. RGB value is (85,214,235). Sum of RGB (Red+Green+Blue) = 85+214+235=534 (70% of max value = 765). Red value is 85 (33.59% from 255 or 15.92% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #55D6EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D6EB is #AA2914. Grayscale: #B1B1B1. Windows color (decimal): -11151637 or 15455829. OLE color: 15455829.

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

Color convert

RGB85214235-
CMYK0.640.0900.08
HSL188.4º78.95%62.75%-
HSV(B)188.4º63.83%92.16%-
XYZ42.7956.0287.16-
YUV177.82160.2661.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.92%
GREEN value IS 214 (83.98% from 255) = 40.07%
BLUE value IS 235 (92.19% from 255) = 44.01%
R=15.92%
G=40.07%
B=44.01%

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
Decimal852142350.640.0900.08188.478.9562.75
Hex55D6EB40908bc4f3f
Octal1253263531001101027411777
Binary101010111010110111010111000000100101000101111001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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