Shades of Turquoise Blue #55CFE8
Tints of Turquoise Blue #55CFE8
RGB
CMYK
RGB Variations
Color information
#55CFE8 (or 0x55CFE8) is known color: Turquoise Blue. HEX triplet: 55, CF and E8. RGB value is (85,207,232). Sum of RGB (Red+Green+Blue) = 85+207+232=524 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.22% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 232 (91.02% from 255 or 44.27% from 524); Max value from RGB is 232 - color contains mainly: blue. Hex color #55CFE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CFE8 is #AA3017. Grayscale: #ADADAD. Windows color (decimal): -11153432 or 15257429. OLE color: 15257429.
HSL color Cylindrical-coordinate representation of color #55CFE8: hue angle of 190.2º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55CFE8 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 207 | 232 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.09 |
| HSL | 190.2º | 0.76% | 0.62% | - |
| HSV(B) | 190.2º | 0.63% | 0.91% | - |
| XYZ | 40.62 | 52.38 | 84.31 | - |
| YUV | 173.37 | 161.08 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 232 | 0.63 | 0.11 | 0 | 0.09 | 190.2 | 0.76 | 0.62 |
| Hex | 55 | CF | E8 | 3F | B | 0 | 9 | BE | 4C | 3E |
| Octal | 125 | 317 | 350 | 77 | 13 | 0 | 11 | 276 | 114 | 76 |
| Binary | 1010101 | 11001111 | 11101000 | 111111 | 1011 | 0 | 1001 | 10111110 | 1001100 | 111110 |
Color Harmonies of #55CFE8
Complementary color
Monochromatic Colors of #55CFE8
Black with #55CFE8
Text Example
Text Example
White with #55CFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CFE8; }
p { color: rgb(85,207,232); }
H1.HeaderClassName
{
color: #55CFE8;
}
.AnyTagClassName
{
color: #55CFE8;
}
</style>
background-color css
<style>
a { background-color: #55CFE8; }
a { background-color: rgb(85,207,232); }
div.DivClassName
{
background-color: #55CFE8;
}
.BgClassName
{
background-color: #55CFE8;
}
</style>
border-color css
<style>
span { border-color: #55CFE8; }
span { border-color: rgb(85,207,232); }
td.TdClassName
{
border-color: #55CFE8;
}
.TagClassName
{
border-color: #55CFE8;
}
</style>