Shades of Turquoise Blue #55DDFE
Tints of Turquoise Blue #55DDFE
RGB
CMYK
RGB Variations
Color information
#55DDFE (or 0x55DDFE) is known color: Turquoise Blue. HEX triplet: 55, DD and FE. RGB value is (85,221,254). Sum of RGB (Red+Green+Blue) = 85+221+254=560 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.18% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #55DDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DDFE is #AA2201. Grayscale: #B7B7B7. Windows color (decimal): -11149826 or 16702805. OLE color: 16702805.
HSL color Cylindrical-coordinate representation of color #55DDFE: hue angle of 191.72º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55DDFE is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 221 | 254 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.00 |
| HSL | 191.72º | 0.99% | 0.66% | - |
| HSV(B) | 191.72º | 0.67% | 1% | - |
| XYZ | 47.49 | 60.8 | 103 | - |
| YUV | 184.1 | 167.44 | 57.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 221 | 254 | 0.67 | 0.13 | 0 | 0.00 | 191.72 | 0.99 | 0.66 |
| Hex | 55 | DD | FE | 43 | D | 0 | 0 | C0 | 63 | 42 |
| Octal | 125 | 335 | 376 | 103 | 15 | 0 | 0 | 300 | 143 | 102 |
| Binary | 1010101 | 11011101 | 11111110 | 1000011 | 1101 | 0 | 0 | 11000000 | 1100011 | 1000010 |
Color Harmonies of #55DDFE
Complementary color
Monochromatic Colors of #55DDFE
Black with #55DDFE
Text Example
Text Example
White with #55DDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DDFE; }
p { color: rgb(85,221,254); }
H1.HeaderClassName
{
color: #55DDFE;
}
.AnyTagClassName
{
color: #55DDFE;
}
</style>
background-color css
<style>
a { background-color: #55DDFE; }
a { background-color: rgb(85,221,254); }
div.DivClassName
{
background-color: #55DDFE;
}
.BgClassName
{
background-color: #55DDFE;
}
</style>
border-color css
<style>
span { border-color: #55DDFE; }
span { border-color: rgb(85,221,254); }
td.TdClassName
{
border-color: #55DDFE;
}
.TagClassName
{
border-color: #55DDFE;
}
</style>