#55D8F4

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

Shades of Turquoise Blue #55D8F4

Tints of Turquoise Blue #55D8F4

Color information

#55D8F4 (or 0x55D8F4) is unknown color: approx Turquoise Blue. HEX triplet: 55, D8 and F4. RGB value is (85,216,244). Sum of RGB (Red+Green+Blue) = 85+216+244=545 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.60% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 244 (95.70% from 255 or 44.77% from 545); Max value from RGB is 244 - color contains mainly: blue. Hex color #55D8F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D8F4 is #AA270B. Grayscale: #B3B3B3. Windows color (decimal): -11151116 or 16046165. OLE color: 16046165.

HSL color Cylindrical-coordinate representation of color #55D8F4: hue angle of 190.57º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55D8F4 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB85216244-
CMYK0.650.1100.04
HSL190.57º87.85%64.51%-
HSV(B)190.57º65.16%95.69%-
XYZ44.6357.5794.35-
YUV180.02164.160.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.60%
GREEN value IS 216 (84.77% from 255) = 39.63%
BLUE value IS 244 (95.70% from 255) = 44.77%
R=15.60%
G=39.63%
B=44.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal852162440.650.1100.04190.5787.8564.51
Hex55D8F441B04bf5841
Octal1253303641011304277130101
Binary101010111011000111101001000001101101001011111110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D8F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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