#55D5F6

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

Shades of Turquoise Blue #55D5F6

Tints of Turquoise Blue #55D5F6

Color information

#55D5F6 (or 0x55D5F6) is unknown color: approx Turquoise Blue. HEX triplet: 55, D5 and F6. RGB value is (85,213,246). Sum of RGB (Red+Green+Blue) = 85+213+246=544 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.62% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 246 (96.48% from 255 or 45.22% from 544); Max value from RGB is 246 - color contains mainly: blue. Hex color #55D5F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D5F6 is #AA2A09. Grayscale: #B2B2B2. Windows color (decimal): -11151882 or 16176469. OLE color: 16176469.

HSL color Cylindrical-coordinate representation of color #55D5F6: hue angle of 192.3º degrees, saturation: 0.9, 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 #55D5F6 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB85213246-
CMYK0.650.1300.04
HSL192.3º89.94%64.9%-
HSV(B)192.3º65.45%96.47%-
XYZ44.1856.1795.7-
YUV178.49166.0961.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.62%
GREEN value IS 213 (83.59% from 255) = 39.15%
BLUE value IS 246 (96.48% from 255) = 45.22%
R=15.62%
G=39.15%
B=45.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal852132460.650.1300.04192.389.9464.9
Hex55D5F641D04c05a41
Octal1253253661011504300132101
Binary101010111010101111101101000001110101001100000010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,213,246); }

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

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

 a { background-color: rgb(85,213,246); }

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

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

 span { border-color: rgb(85,213,246); }

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