Shades of Turquoise Blue #5BCFEE
Tints of Turquoise Blue #5BCFEE
RGB
CMYK
RGB Variations
Color information
#5BCFEE (or 0x5BCFEE) is known color: Turquoise Blue. HEX triplet: 5B, CF and EE. RGB value is (91,207,238). Sum of RGB (Red+Green+Blue) = 91+207+238=536 (70% of max value = 765). Red value is 91 (35.94% from 255 or 16.98% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #5BCFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCFEE is #A43011. Grayscale: #AFAFAF. Windows color (decimal): -10760210 or 15650651. OLE color: 15650651.
HSL color Cylindrical-coordinate representation of color #5BCFEE: hue angle of 192.65º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BCFEE is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 207 | 238 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.07 |
| HSL | 192.65º | 0.81% | 0.65% | - |
| HSV(B) | 192.65º | 0.62% | 0.93% | - |
| XYZ | 42.06 | 53.02 | 88.91 | - |
| YUV | 175.85 | 163.07 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 207 | 238 | 0.62 | 0.13 | 0 | 0.07 | 192.65 | 0.81 | 0.65 |
| Hex | 5B | CF | EE | 3E | D | 0 | 7 | C1 | 51 | 41 |
| Octal | 133 | 317 | 356 | 76 | 15 | 0 | 7 | 301 | 121 | 101 |
| Binary | 1011011 | 11001111 | 11101110 | 111110 | 1101 | 0 | 111 | 11000001 | 1010001 | 1000001 |
Color Harmonies of #5BCFEE
Complementary color
Monochromatic Colors of #5BCFEE
Black with #5BCFEE
Text Example
Text Example
White with #5BCFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCFEE; }
p { color: rgb(91,207,238); }
H1.HeaderClassName
{
color: #5BCFEE;
}
.AnyTagClassName
{
color: #5BCFEE;
}
</style>
background-color css
<style>
a { background-color: #5BCFEE; }
a { background-color: rgb(91,207,238); }
div.DivClassName
{
background-color: #5BCFEE;
}
.BgClassName
{
background-color: #5BCFEE;
}
</style>
border-color css
<style>
span { border-color: #5BCFEE; }
span { border-color: rgb(91,207,238); }
td.TdClassName
{
border-color: #5BCFEE;
}
.TagClassName
{
border-color: #5BCFEE;
}
</style>