Shades of Turquoise Blue #55D7FF
Tints of Turquoise Blue #55D7FF
RGB
CMYK
RGB Variations
Color information
#55D7FF (or 0x55D7FF) is known color: Turquoise Blue. HEX triplet: 55, D7 and FF. RGB value is (85,215,255). Sum of RGB (Red+Green+Blue) = 85+215+255=555 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.32% from 555); Green value is 215 (84.38% from 255 or 38.74% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #55D7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D7FF is #AA2800. Grayscale: #B4B4B4. Windows color (decimal): -11151361 or 16766805. OLE color: 16766805.
HSL color Cylindrical-coordinate representation of color #55D7FF: hue angle of 194.12º 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 #55D7FF is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 215 | 255 | - |
| CMYK | 0.67 | 0.16 | 0 | 0 |
| HSL | 194.12º | 1% | 0.67% | - |
| HSV(B) | 194.12º | 0.67% | 1% | - |
| XYZ | 46.1 | 57.75 | 103.33 | - |
| YUV | 180.69 | 169.93 | 59.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 215 | 255 | 0.67 | 0.16 | 0 | 0 | 194.12 | 1 | 0.67 |
| Hex | 55 | D7 | FF | 43 | 10 | 0 | 0 | C2 | 64 | 43 |
| Octal | 125 | 327 | 377 | 103 | 20 | 0 | 0 | 302 | 144 | 103 |
| Binary | 1010101 | 11010111 | 11111111 | 1000011 | 10000 | 0 | 0 | 11000010 | 1100100 | 1000011 |
Color Harmonies of #55D7FF
Complementary color
Monochromatic Colors of #55D7FF
Black with #55D7FF
Text Example
Text Example
White with #55D7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D7FF; }
p { color: rgb(85,215,255); }
H1.HeaderClassName
{
color: #55D7FF;
}
.AnyTagClassName
{
color: #55D7FF;
}
</style>
background-color css
<style>
a { background-color: #55D7FF; }
a { background-color: rgb(85,215,255); }
div.DivClassName
{
background-color: #55D7FF;
}
.BgClassName
{
background-color: #55D7FF;
}
</style>
border-color css
<style>
span { border-color: #55D7FF; }
span { border-color: rgb(85,215,255); }
td.TdClassName
{
border-color: #55D7FF;
}
.TagClassName
{
border-color: #55D7FF;
}
</style>