#55D8F0

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

Shades of Turquoise Blue #55D8F0

Tints of Turquoise Blue #55D8F0

Color information

#55D8F0 (or 0x55D8F0) is unknown color: approx Turquoise Blue. HEX triplet: 55, D8 and F0. RGB value is (85,216,240). Sum of RGB (Red+Green+Blue) = 85+216+240=541 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.71% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 240 - color contains mainly: blue. Hex color #55D8F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D8F0 is #AA270F. Grayscale: #B3B3B3. Windows color (decimal): -11151120 or 15784021. OLE color: 15784021.

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

Color convert

RGB85216240-
CMYK0.650.100.06
HSL189.29º83.78%63.73%-
HSV(B)189.29º64.58%94.12%-
XYZ44.0357.3391.18-
YUV179.57162.160.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.71%
GREEN value IS 216 (84.77% from 255) = 39.93%
BLUE value IS 240 (94.14% from 255) = 44.36%
R=15.71%
G=39.93%
B=44.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal852162400.650.100.06189.2983.7863.73
Hex55D8F041A06bd5440
Octal1253303601011206275124100
Binary101010111011000111100001000001101001101011110110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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