#55D5F0

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

Shades of Turquoise Blue #55D5F0

Tints of Turquoise Blue #55D5F0

Color information

#55D5F0 (or 0x55D5F0) is unknown color: approx Turquoise Blue. HEX triplet: 55, D5 and F0. RGB value is (85,213,240). Sum of RGB (Red+Green+Blue) = 85+213+240=538 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.80% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #55D5F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D5F0 is #AA2A0F. Grayscale: #B1B1B1. Windows color (decimal): -11151888 or 15783253. OLE color: 15783253.

HSL color Cylindrical-coordinate representation of color #55D5F0: hue angle of 190.45º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55D5F0 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB85213240-
CMYK0.650.1100.06
HSL190.45º83.78%63.73%-
HSV(B)190.45º64.58%94.12%-
XYZ43.2755.8190.93-
YUV177.81163.0961.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.80%
GREEN value IS 213 (83.59% from 255) = 39.59%
BLUE value IS 240 (94.14% from 255) = 44.61%
R=15.80%
G=39.59%
B=44.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal852132400.650.1100.06190.4583.7863.73
Hex55D5F041B06be5440
Octal1253253601011306276124100
Binary101010111010101111100001000001101101101011111010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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