#55DCF5

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

Shades of Turquoise Blue #55DCF5

Tints of Turquoise Blue #55DCF5

Color information

#55DCF5 (or 0x55DCF5) is unknown color: approx Turquoise Blue. HEX triplet: 55, DC and F5. RGB value is (85,220,245). Sum of RGB (Red+Green+Blue) = 85+220+245=550 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.45% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 245 (96.09% from 255 or 44.55% from 550); Max value from RGB is 245 - color contains mainly: blue. Hex color #55DCF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DCF5 is #AA230A. Grayscale: #B6B6B6. Windows color (decimal): -11150091 or 16112725. OLE color: 16112725.

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

Color convert

RGB85220245-
CMYK0.650.1000.04
HSL189.38º88.89%64.71%-
HSV(B)189.38º65.31%96.08%-
XYZ45.8259.7195.5-
YUV182.48163.2758.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.45%
GREEN value IS 220 (86.33% from 255) = 40%
BLUE value IS 245 (96.09% from 255) = 44.55%
R=15.45%
G=40%
B=44.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal852202450.650.1000.04189.3888.8964.71
Hex55DCF541A04bd5941
Octal1253343651011204275131101
Binary101010111011100111101011000001101001001011110110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,220,245); }

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

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

 a { background-color: rgb(85,220,245); }

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

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

 span { border-color: rgb(85,220,245); }

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