#55DDFF

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

Shades of Turquoise Blue #55DDFF

Tints of Turquoise Blue #55DDFF

Color information

#55DDFF (or 0x55DDFF) is unknown color: approx Turquoise Blue. HEX triplet: 55, DD and FF. RGB value is (85,221,255). Sum of RGB (Red+Green+Blue) = 85+221+255=561 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.15% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #55DDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DDFF is #AA2200. Grayscale: #B7B7B7. Windows color (decimal): -11149825 or 16768341. OLE color: 16768341.

HSL color Cylindrical-coordinate representation of color #55DDFF: hue angle of 192º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55DDFF is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB85221255-
CMYK0.670.1300
HSL192º100%66.67%-
HSV(B)192º66.67%100%-
XYZ47.6560.86103.84-
YUV184.21167.9457.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.15%
GREEN value IS 221 (86.72% from 255) = 39.39%
BLUE value IS 255 (100% from 255) = 45.45%
R=15.15%
G=39.39%
B=45.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal852212550.670.130019210066.67
Hex55DDFF43D00c06443
Octal1253353771031500300144103
Binary1010101110111011111111110000111101001100000011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,221,255); }

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

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

 a { background-color: rgb(85,221,255); }

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

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

 span { border-color: rgb(85,221,255); }

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