#55dceb

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

Shades of Turquoise Blue #55DCEB

Tints of Turquoise Blue #55DCEB

Color information

#55DCEB (or 0x55DCEB) is unknown color: approx Turquoise Blue. HEX triplet: 55, DC and EB. RGB value is (85,220,235). Sum of RGB (Red+Green+Blue) = 85+220+235=540 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.74% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #55DCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DCEB is #AA2314. Grayscale: #B5B5B5. Windows color (decimal): -11150101 or 15457365. OLE color: 15457365.

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

Color convert

RGB85220235-
CMYK0.640.0600.08
HSL186º78.95%62.75%-
HSV(B)186º63.83%92.16%-
XYZ44.3359.1287.67-
YUV181.34158.2759.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.74%
GREEN value IS 220 (86.33% from 255) = 40.74%
BLUE value IS 235 (92.19% from 255) = 43.52%
R=15.74%
G=40.74%
B=43.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal852202350.640.0600.0818678.9562.75
Hex55DCEB40608ba4f3f
Octal125334353100601027211777
Binary10101011101110011101011100000011001000101110101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55dceb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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

cancel