Shades of Turquoise #5BF8DF
Tints of Turquoise #5BF8DF
RGB
CMYK
RGB Variations
Color information
#5BF8DF (or 0x5BF8DF) is known color: Turquoise. HEX triplet: 5B, F8 and DF. RGB value is (91,248,223). Sum of RGB (Red+Green+Blue) = 91+248+223=562 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.19% from 562); Green value is 248 (97.27% from 255 or 44.13% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 248 - color contains mainly: green. Hex color #5BF8DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BF8DF is #A40720. Grayscale: #C6C6C6. Windows color (decimal): -10749729 or 14678107. OLE color: 14678107.
HSL color Cylindrical-coordinate representation of color #5BF8DF: hue angle of 170.45º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BF8DF is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 91 | 248 | 223 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.03 |
| HSL | 170.45º | 0.92% | 0.66% | - |
| HSV(B) | 170.45º | 0.63% | 0.97% | - |
| XYZ | 51.2 | 74.69 | 81.53 | - |
| YUV | 198.21 | 141.99 | 51.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 248 | 223 | 0.63 | 0 | 0.10 | 0.03 | 170.45 | 0.92 | 0.66 |
| Hex | 5B | F8 | DF | 3F | 0 | A | 3 | AA | 5C | 42 |
| Octal | 133 | 370 | 337 | 77 | 0 | 12 | 3 | 252 | 134 | 102 |
| Binary | 1011011 | 11111000 | 11011111 | 111111 | 0 | 1010 | 11 | 10101010 | 1011100 | 1000010 |
Color Harmonies of #5BF8DF
Complementary color
Monochromatic Colors of #5BF8DF
Black with #5BF8DF
Text Example
Text Example
White with #5BF8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF8DF; }
p { color: rgb(91,248,223); }
H1.HeaderClassName
{
color: #5BF8DF;
}
.AnyTagClassName
{
color: #5BF8DF;
}
</style>
background-color css
<style>
a { background-color: #5BF8DF; }
a { background-color: rgb(91,248,223); }
div.DivClassName
{
background-color: #5BF8DF;
}
.BgClassName
{
background-color: #5BF8DF;
}
</style>
border-color css
<style>
span { border-color: #5BF8DF; }
span { border-color: rgb(91,248,223); }
td.TdClassName
{
border-color: #5BF8DF;
}
.TagClassName
{
border-color: #5BF8DF;
}
</style>