Shades of Turquoise Blue #55CFF8
Tints of Turquoise Blue #55CFF8
RGB
CMYK
RGB Variations
Color information
#55CFF8 (or 0x55CFF8) is known color: Turquoise Blue. HEX triplet: 55, CF and F8. RGB value is (85,207,248). Sum of RGB (Red+Green+Blue) = 85+207+248=540 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.74% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 248 (97.27% from 255 or 45.93% from 540); Max value from RGB is 248 - color contains mainly: blue. Hex color #55CFF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CFF8 is #AA3007. Grayscale: #AEAEAE. Windows color (decimal): -11153416 or 16306005. OLE color: 16306005.
HSL color Cylindrical-coordinate representation of color #55CFF8: hue angle of 195.09º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55CFF8 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 207 | 248 | - |
| CMYK | 0.66 | 0.17 | 0 | 0.03 |
| HSL | 195.09º | 0.92% | 0.65% | - |
| HSV(B) | 195.09º | 0.66% | 0.97% | - |
| XYZ | 43 | 53.33 | 96.84 | - |
| YUV | 175.2 | 169.08 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 248 | 0.66 | 0.17 | 0 | 0.03 | 195.09 | 0.92 | 0.65 |
| Hex | 55 | CF | F8 | 42 | 11 | 0 | 3 | C3 | 5C | 41 |
| Octal | 125 | 317 | 370 | 102 | 21 | 0 | 3 | 303 | 134 | 101 |
| Binary | 1010101 | 11001111 | 11111000 | 1000010 | 10001 | 0 | 11 | 11000011 | 1011100 | 1000001 |
Color Harmonies of #55CFF8
Complementary color
Monochromatic Colors of #55CFF8
Black with #55CFF8
Text Example
Text Example
White with #55CFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CFF8; }
p { color: rgb(85,207,248); }
H1.HeaderClassName
{
color: #55CFF8;
}
.AnyTagClassName
{
color: #55CFF8;
}
</style>
background-color css
<style>
a { background-color: #55CFF8; }
a { background-color: rgb(85,207,248); }
div.DivClassName
{
background-color: #55CFF8;
}
.BgClassName
{
background-color: #55CFF8;
}
</style>
border-color css
<style>
span { border-color: #55CFF8; }
span { border-color: rgb(85,207,248); }
td.TdClassName
{
border-color: #55CFF8;
}
.TagClassName
{
border-color: #55CFF8;
}
</style>