Shades of Turquoise Blue #5BCFF1
Tints of Turquoise Blue #5BCFF1
RGB
CMYK
RGB Variations
Color information
#5BCFF1 (or 0x5BCFF1) is known color: Turquoise Blue. HEX triplet: 5B, CF and F1. RGB value is (91,207,241). Sum of RGB (Red+Green+Blue) = 91+207+241=539 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.88% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #5BCFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCFF1 is #A4300E. Grayscale: #AFAFAF. Windows color (decimal): -10760207 or 15847259. OLE color: 15847259.
HSL color Cylindrical-coordinate representation of color #5BCFF1: hue angle of 193.6º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BCFF1 is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 207 | 241 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.05 |
| HSL | 193.6º | 0.84% | 0.65% | - |
| HSV(B) | 193.6º | 0.62% | 0.95% | - |
| XYZ | 42.5 | 53.2 | 91.25 | - |
| YUV | 176.19 | 164.57 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 207 | 241 | 0.62 | 0.14 | 0 | 0.05 | 193.6 | 0.84 | 0.65 |
| Hex | 5B | CF | F1 | 3E | E | 0 | 5 | C2 | 54 | 41 |
| Octal | 133 | 317 | 361 | 76 | 16 | 0 | 5 | 302 | 124 | 101 |
| Binary | 1011011 | 11001111 | 11110001 | 111110 | 1110 | 0 | 101 | 11000010 | 1010100 | 1000001 |
Color Harmonies of #5BCFF1
Complementary color
Monochromatic Colors of #5BCFF1
Black with #5BCFF1
Text Example
Text Example
White with #5BCFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCFF1; }
p { color: rgb(91,207,241); }
H1.HeaderClassName
{
color: #5BCFF1;
}
.AnyTagClassName
{
color: #5BCFF1;
}
</style>
background-color css
<style>
a { background-color: #5BCFF1; }
a { background-color: rgb(91,207,241); }
div.DivClassName
{
background-color: #5BCFF1;
}
.BgClassName
{
background-color: #5BCFF1;
}
</style>
border-color css
<style>
span { border-color: #5BCFF1; }
span { border-color: rgb(91,207,241); }
td.TdClassName
{
border-color: #5BCFF1;
}
.TagClassName
{
border-color: #5BCFF1;
}
</style>