#55D8FD

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

Shades of Turquoise Blue #55D8FD

Tints of Turquoise Blue #55D8FD

Color information

#55D8FD (or 0x55D8FD) is unknown color: approx Turquoise Blue. HEX triplet: 55, D8 and FD. RGB value is (85,216,253). Sum of RGB (Red+Green+Blue) = 85+216+253=554 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.34% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #55D8FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D8FD is #AA2702. Grayscale: #B4B4B4. Windows color (decimal): -11151107 or 16635989. OLE color: 16635989.

HSL color Cylindrical-coordinate representation of color #55D8FD: hue angle of 193.21º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55D8FD is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB85216253-
CMYK0.660.1500.01
HSL193.21º97.67%66.27%-
HSV(B)193.21º66.4%99.22%-
XYZ46.0358.13101.72-
YUV181.05168.659.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.34%
GREEN value IS 216 (84.77% from 255) = 38.99%
BLUE value IS 253 (99.22% from 255) = 45.67%
R=15.34%
G=38.99%
B=45.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal852162530.660.1500.01193.2197.6766.27
Hex55D8FD42F01c16242
Octal1253303751021701301142102
Binary1010101110110001111110110000101111011100000111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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