Shades of Turquoise Blue #55CFEF
Tints of Turquoise Blue #55CFEF
RGB
CMYK
RGB Variations
Color information
#55CFEF (or 0x55CFEF) is known color: Turquoise Blue. HEX triplet: 55, CF and EF. RGB value is (85,207,239). Sum of RGB (Red+Green+Blue) = 85+207+239=531 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.01% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #55CFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CFEF is #AA3010. Grayscale: #ADADAD. Windows color (decimal): -11153425 or 15716181. OLE color: 15716181.
HSL color Cylindrical-coordinate representation of color #55CFEF: hue angle of 192.47º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55CFEF is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 207 | 239 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.06 |
| HSL | 192.47º | 0.83% | 0.64% | - |
| HSV(B) | 192.47º | 0.64% | 0.94% | - |
| XYZ | 41.64 | 52.79 | 89.66 | - |
| YUV | 174.17 | 164.58 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 239 | 0.64 | 0.13 | 0 | 0.06 | 192.47 | 0.83 | 0.64 |
| Hex | 55 | CF | EF | 40 | D | 0 | 6 | C0 | 53 | 40 |
| Octal | 125 | 317 | 357 | 100 | 15 | 0 | 6 | 300 | 123 | 100 |
| Binary | 1010101 | 11001111 | 11101111 | 1000000 | 1101 | 0 | 110 | 11000000 | 1010011 | 1000000 |
Color Harmonies of #55CFEF
Complementary color
Monochromatic Colors of #55CFEF
Black with #55CFEF
Text Example
Text Example
White with #55CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CFEF; }
p { color: rgb(85,207,239); }
H1.HeaderClassName
{
color: #55CFEF;
}
.AnyTagClassName
{
color: #55CFEF;
}
</style>
background-color css
<style>
a { background-color: #55CFEF; }
a { background-color: rgb(85,207,239); }
div.DivClassName
{
background-color: #55CFEF;
}
.BgClassName
{
background-color: #55CFEF;
}
</style>
border-color css
<style>
span { border-color: #55CFEF; }
span { border-color: rgb(85,207,239); }
td.TdClassName
{
border-color: #55CFEF;
}
.TagClassName
{
border-color: #55CFEF;
}
</style>