Shades of Turquoise Blue #5BCFE7
Tints of Turquoise Blue #5BCFE7
RGB
CMYK
RGB Variations
Color information
#5BCFE7 (or 0x5BCFE7) is known color: Turquoise Blue. HEX triplet: 5B, CF and E7. RGB value is (91,207,231). Sum of RGB (Red+Green+Blue) = 91+207+231=529 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.20% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 231 (90.62% from 255 or 43.67% from 529); Max value from RGB is 231 - color contains mainly: blue. Hex color #5BCFE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCFE7 is #A43018. Grayscale: #AEAEAE. Windows color (decimal): -10760217 or 15191899. OLE color: 15191899.
HSL color Cylindrical-coordinate representation of color #5BCFE7: hue angle of 190.29º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BCFE7 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 91 | 207 | 231 | - |
| CMYK | 0.61 | 0.10 | 0 | 0.09 |
| HSL | 190.29º | 0.74% | 0.63% | - |
| HSV(B) | 190.29º | 0.61% | 0.91% | - |
| XYZ | 41.05 | 52.62 | 83.59 | - |
| YUV | 175.05 | 159.57 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 207 | 231 | 0.61 | 0.10 | 0 | 0.09 | 190.29 | 0.74 | 0.63 |
| Hex | 5B | CF | E7 | 3D | A | 0 | 9 | BE | 4A | 3F |
| Octal | 133 | 317 | 347 | 75 | 12 | 0 | 11 | 276 | 112 | 77 |
| Binary | 1011011 | 11001111 | 11100111 | 111101 | 1010 | 0 | 1001 | 10111110 | 1001010 | 111111 |
Color Harmonies of #5BCFE7
Complementary color
Monochromatic Colors of #5BCFE7
Black with #5BCFE7
Text Example
Text Example
White with #5BCFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCFE7; }
p { color: rgb(91,207,231); }
H1.HeaderClassName
{
color: #5BCFE7;
}
.AnyTagClassName
{
color: #5BCFE7;
}
</style>
background-color css
<style>
a { background-color: #5BCFE7; }
a { background-color: rgb(91,207,231); }
div.DivClassName
{
background-color: #5BCFE7;
}
.BgClassName
{
background-color: #5BCFE7;
}
</style>
border-color css
<style>
span { border-color: #5BCFE7; }
span { border-color: rgb(91,207,231); }
td.TdClassName
{
border-color: #5BCFE7;
}
.TagClassName
{
border-color: #5BCFE7;
}
</style>