#55D7F9

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

Shades of Turquoise Blue #55D7F9

Tints of Turquoise Blue #55D7F9

Color information

#55D7F9 (or 0x55D7F9) is unknown color: approx Turquoise Blue. HEX triplet: 55, D7 and F9. RGB value is (85,215,249). Sum of RGB (Red+Green+Blue) = 85+215+249=549 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.48% from 549); Green value is 215 (84.38% from 255 or 39.16% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #55D7F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D7F9 is #AA2806. Grayscale: #B3B3B3. Windows color (decimal): -11151367 or 16373589. OLE color: 16373589.

HSL color Cylindrical-coordinate representation of color #55D7F9: hue angle of 192.44º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55D7F9 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB85215249-
CMYK0.660.1400.02
HSL192.44º93.18%65.49%-
HSV(B)192.44º65.86%97.65%-
XYZ45.1557.3798.32-
YUV180.01166.9360.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.48%
GREEN value IS 215 (84.38% from 255) = 39.16%
BLUE value IS 249 (97.66% from 255) = 45.36%
R=15.48%
G=39.16%
B=45.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal852152490.660.1400.02192.4493.1865.49
Hex55D7F942E02c05d41
Octal1253273711021602300135101
Binary10101011101011111111001100001011100101100000010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,215,249); }

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

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

 a { background-color: rgb(85,215,249); }

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

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

 span { border-color: rgb(85,215,249); }

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