Shades of Turquoise Blue #5BDFF0
Tints of Turquoise Blue #5BDFF0
RGB
CMYK
RGB Variations
Color information
#5BDFF0 (or 0x5BDFF0) is known color: Turquoise Blue. HEX triplet: 5B, DF and F0. RGB value is (91,223,240). Sum of RGB (Red+Green+Blue) = 91+223+240=554 (73% of max value = 765). Red value is 91 (35.94% from 255 or 16.43% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #5BDFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BDFF0 is #A4200F. Grayscale: #B9B9B9. Windows color (decimal): -10756112 or 15785819. OLE color: 15785819.
HSL color Cylindrical-coordinate representation of color #5BDFF0: hue angle of 186.85º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BDFF0 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 223 | 240 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.06 |
| HSL | 186.85º | 0.83% | 0.65% | - |
| HSV(B) | 186.85º | 0.62% | 0.94% | - |
| XYZ | 46.43 | 61.29 | 91.82 | - |
| YUV | 185.47 | 158.77 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 223 | 240 | 0.62 | 0.07 | 0 | 0.06 | 186.85 | 0.83 | 0.65 |
| Hex | 5B | DF | F0 | 3E | 7 | 0 | 6 | BB | 53 | 41 |
| Octal | 133 | 337 | 360 | 76 | 7 | 0 | 6 | 273 | 123 | 101 |
| Binary | 1011011 | 11011111 | 11110000 | 111110 | 111 | 0 | 110 | 10111011 | 1010011 | 1000001 |
Color Harmonies of #5BDFF0
Complementary color
Monochromatic Colors of #5BDFF0
Black with #5BDFF0
Text Example
Text Example
White with #5BDFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDFF0; }
p { color: rgb(91,223,240); }
H1.HeaderClassName
{
color: #5BDFF0;
}
.AnyTagClassName
{
color: #5BDFF0;
}
</style>
background-color css
<style>
a { background-color: #5BDFF0; }
a { background-color: rgb(91,223,240); }
div.DivClassName
{
background-color: #5BDFF0;
}
.BgClassName
{
background-color: #5BDFF0;
}
</style>
border-color css
<style>
span { border-color: #5BDFF0; }
span { border-color: rgb(91,223,240); }
td.TdClassName
{
border-color: #5BDFF0;
}
.TagClassName
{
border-color: #5BDFF0;
}
</style>