Shades of Turquoise Blue #5BCFE6
Tints of Turquoise Blue #5BCFE6
RGB
CMYK
RGB Variations
Color information
#5BCFE6 (or 0x5BCFE6) is known color: Turquoise Blue. HEX triplet: 5B, CF and E6. RGB value is (91,207,230). Sum of RGB (Red+Green+Blue) = 91+207+230=528 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.23% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 230 (90.23% from 255 or 43.56% from 528); Max value from RGB is 230 - color contains mainly: blue. Hex color #5BCFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCFE6 is #A43019. Grayscale: #AEAEAE. Windows color (decimal): -10760218 or 15126363. OLE color: 15126363.
HSL color Cylindrical-coordinate representation of color #5BCFE6: hue angle of 189.93º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BCFE6 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 91 | 207 | 230 | - |
| CMYK | 0.60 | 0.10 | 0 | 0.10 |
| HSL | 189.93º | 0.74% | 0.63% | - |
| HSV(B) | 189.93º | 0.6% | 0.9% | - |
| XYZ | 40.91 | 52.56 | 82.85 | - |
| YUV | 174.94 | 159.07 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 207 | 230 | 0.60 | 0.10 | 0 | 0.10 | 189.93 | 0.74 | 0.63 |
| Hex | 5B | CF | E6 | 3C | A | 0 | A | BE | 4A | 3F |
| Octal | 133 | 317 | 346 | 74 | 12 | 0 | 12 | 276 | 112 | 77 |
| Binary | 1011011 | 11001111 | 11100110 | 111100 | 1010 | 0 | 1010 | 10111110 | 1001010 | 111111 |
Color Harmonies of #5BCFE6
Complementary color
Monochromatic Colors of #5BCFE6
Black with #5BCFE6
Text Example
Text Example
White with #5BCFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCFE6; }
p { color: rgb(91,207,230); }
H1.HeaderClassName
{
color: #5BCFE6;
}
.AnyTagClassName
{
color: #5BCFE6;
}
</style>
background-color css
<style>
a { background-color: #5BCFE6; }
a { background-color: rgb(91,207,230); }
div.DivClassName
{
background-color: #5BCFE6;
}
.BgClassName
{
background-color: #5BCFE6;
}
</style>
border-color css
<style>
span { border-color: #5BCFE6; }
span { border-color: rgb(91,207,230); }
td.TdClassName
{
border-color: #5BCFE6;
}
.TagClassName
{
border-color: #5BCFE6;
}
</style>