Shades of Turquoise Blue #55DFF1
Tints of Turquoise Blue #55DFF1
RGB
CMYK
RGB Variations
Color information
#55DFF1 (or 0x55DFF1) is known color: Turquoise Blue. HEX triplet: 55, DF and F1. RGB value is (85,223,241). Sum of RGB (Red+Green+Blue) = 85+223+241=549 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.48% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #55DFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DFF1 is #AA200E. Grayscale: #B7B7B7. Windows color (decimal): -11149327 or 15851349. OLE color: 15851349.
HSL color Cylindrical-coordinate representation of color #55DFF1: hue angle of 186.92º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55DFF1 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 223 | 241 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.05 |
| HSL | 186.92º | 0.85% | 0.64% | - |
| HSV(B) | 186.92º | 0.65% | 0.95% | - |
| XYZ | 46.01 | 61.06 | 92.58 | - |
| YUV | 183.79 | 160.28 | 57.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 223 | 241 | 0.65 | 0.07 | 0 | 0.05 | 186.92 | 0.85 | 0.64 |
| Hex | 55 | DF | F1 | 41 | 7 | 0 | 5 | BB | 55 | 40 |
| Octal | 125 | 337 | 361 | 101 | 7 | 0 | 5 | 273 | 125 | 100 |
| Binary | 1010101 | 11011111 | 11110001 | 1000001 | 111 | 0 | 101 | 10111011 | 1010101 | 1000000 |
Color Harmonies of #55DFF1
Complementary color
Monochromatic Colors of #55DFF1
Black with #55DFF1
Text Example
Text Example
White with #55DFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DFF1; }
p { color: rgb(85,223,241); }
H1.HeaderClassName
{
color: #55DFF1;
}
.AnyTagClassName
{
color: #55DFF1;
}
</style>
background-color css
<style>
a { background-color: #55DFF1; }
a { background-color: rgb(85,223,241); }
div.DivClassName
{
background-color: #55DFF1;
}
.BgClassName
{
background-color: #55DFF1;
}
</style>
border-color css
<style>
span { border-color: #55DFF1; }
span { border-color: rgb(85,223,241); }
td.TdClassName
{
border-color: #55DFF1;
}
.TagClassName
{
border-color: #55DFF1;
}
</style>