Shades of Turquoise Blue #55CFEB
Tints of Turquoise Blue #55CFEB
RGB
CMYK
RGB Variations
Color information
#55CFEB (or 0x55CFEB) is known color: Turquoise Blue. HEX triplet: 55, CF and EB. RGB value is (85,207,235). Sum of RGB (Red+Green+Blue) = 85+207+235=527 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.13% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #55CFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CFEB is #AA3014. Grayscale: #ADADAD. Windows color (decimal): -11153429 or 15454037. OLE color: 15454037.
HSL color Cylindrical-coordinate representation of color #55CFEB: hue angle of 191.2º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55CFEB is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 207 | 235 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.08 |
| HSL | 191.2º | 0.79% | 0.63% | - |
| HSV(B) | 191.2º | 0.64% | 0.92% | - |
| XYZ | 41.05 | 52.56 | 86.58 | - |
| YUV | 173.71 | 162.58 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 235 | 0.64 | 0.12 | 0 | 0.08 | 191.2 | 0.79 | 0.63 |
| Hex | 55 | CF | EB | 40 | C | 0 | 8 | BF | 4F | 3F |
| Octal | 125 | 317 | 353 | 100 | 14 | 0 | 10 | 277 | 117 | 77 |
| Binary | 1010101 | 11001111 | 11101011 | 1000000 | 1100 | 0 | 1000 | 10111111 | 1001111 | 111111 |
Color Harmonies of #55CFEB
Complementary color
Monochromatic Colors of #55CFEB
Black with #55CFEB
Text Example
Text Example
White with #55CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CFEB; }
p { color: rgb(85,207,235); }
H1.HeaderClassName
{
color: #55CFEB;
}
.AnyTagClassName
{
color: #55CFEB;
}
</style>
background-color css
<style>
a { background-color: #55CFEB; }
a { background-color: rgb(85,207,235); }
div.DivClassName
{
background-color: #55CFEB;
}
.BgClassName
{
background-color: #55CFEB;
}
</style>
border-color css
<style>
span { border-color: #55CFEB; }
span { border-color: rgb(85,207,235); }
td.TdClassName
{
border-color: #55CFEB;
}
.TagClassName
{
border-color: #55CFEB;
}
</style>