#55D9FD

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

Shades of Turquoise Blue #55D9FD

Tints of Turquoise Blue #55D9FD

Color information

#55D9FD (or 0x55D9FD) is unknown color: approx Turquoise Blue. HEX triplet: 55, D9 and FD. RGB value is (85,217,253). Sum of RGB (Red+Green+Blue) = 85+217+253=555 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.32% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #55D9FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D9FD is #AA2602. Grayscale: #B5B5B5. Windows color (decimal): -11150851 or 16636245. OLE color: 16636245.

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

Color convert

RGB85217253-
CMYK0.660.1400.01
HSL192.86º97.67%66.27%-
HSV(B)192.86º66.4%99.22%-
XYZ46.2958.65101.81-
YUV181.64168.2759.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.32%
GREEN value IS 217 (85.16% from 255) = 39.10%
BLUE value IS 253 (99.22% from 255) = 45.59%
R=15.32%
G=39.10%
B=45.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal852172530.660.1400.01192.8697.6766.27
Hex55D9FD42E01c16242
Octal1253313751021601301142102
Binary1010101110110011111110110000101110011100000111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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