#55D1FD

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

Shades of Turquoise Blue #55D1FD

Tints of Turquoise Blue #55D1FD

Color information

#55D1FD (or 0x55D1FD) is unknown color: approx Turquoise Blue. HEX triplet: 55, D1 and FD. RGB value is (85,209,253). Sum of RGB (Red+Green+Blue) = 85+209+253=547 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.54% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #55D1FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D1FD is #AA2E02. Grayscale: #B0B0B0. Windows color (decimal): -11152899 or 16634197. OLE color: 16634197.

HSL color Cylindrical-coordinate representation of color #55D1FD: hue angle of 195.71º 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 #55D1FD is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB85209253-
CMYK0.660.1700.01
HSL195.71º97.67%66.27%-
HSV(B)195.71º66.4%99.22%-
XYZ44.2854.62101.14-
YUV176.94170.9262.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.54%
GREEN value IS 209 (82.03% from 255) = 38.21%
BLUE value IS 253 (99.22% from 255) = 46.25%
R=15.54%
G=38.21%
B=46.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal852092530.660.1700.01195.7197.6766.27
Hex55D1FD421101c46242
Octal1253213751022101304142102
Binary10101011101000111111101100001010001011100010011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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