#55D3F0

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

Shades of Turquoise Blue #55D3F0

Tints of Turquoise Blue #55D3F0

Color information

#55D3F0 (or 0x55D3F0) is unknown color: approx Turquoise Blue. HEX triplet: 55, D3 and F0. RGB value is (85,211,240). Sum of RGB (Red+Green+Blue) = 85+211+240=536 (70% of max value = 765). Red value is 85 (33.59% from 255 or 15.86% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #55D3F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D3F0 is #AA2C0F. Grayscale: #B0B0B0. Windows color (decimal): -11152400 or 15782741. OLE color: 15782741.

HSL color Cylindrical-coordinate representation of color #55D3F0: hue angle of 191.23º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55D3F0 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB85211240-
CMYK0.650.1200.06
HSL191.23º83.78%63.73%-
HSV(B)191.23º64.58%94.12%-
XYZ42.7754.8190.76-
YUV176.63163.7662.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.86%
GREEN value IS 211 (82.81% from 255) = 39.37%
BLUE value IS 240 (94.14% from 255) = 44.78%
R=15.86%
G=39.37%
B=44.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal852112400.650.1200.06191.2383.7863.73
Hex55D3F041C06bf5440
Octal1253233601011406277124100
Binary101010111010011111100001000001110001101011111110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,211,240); }

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

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

 a { background-color: rgb(85,211,240); }

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

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

 span { border-color: rgb(85,211,240); }

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