Shades of Turquoise Blue #5BCCF1
Tints of Turquoise Blue #5BCCF1
RGB
CMYK
RGB Variations
Color information
#5BCCF1 (or 0x5BCCF1) is known color: Turquoise Blue. HEX triplet: 5B, CC and F1. RGB value is (91,204,241). Sum of RGB (Red+Green+Blue) = 91+204+241=536 (70% of max value = 765). Red value is 91 (35.94% from 255 or 16.98% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 241 - color contains mainly: blue. Hex color #5BCCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCCF1 is #A4330E. Grayscale: #AEAEAE. Windows color (decimal): -10760975 or 15846491. OLE color: 15846491.
HSL color Cylindrical-coordinate representation of color #5BCCF1: hue angle of 194.8º 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 #5BCCF1 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 204 | 241 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.05 |
| HSL | 194.8º | 0.84% | 0.65% | - |
| HSV(B) | 194.8º | 0.62% | 0.95% | - |
| XYZ | 41.78 | 51.76 | 91.01 | - |
| YUV | 174.43 | 165.56 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 204 | 241 | 0.62 | 0.15 | 0 | 0.05 | 194.8 | 0.84 | 0.65 |
| Hex | 5B | CC | F1 | 3E | F | 0 | 5 | C3 | 54 | 41 |
| Octal | 133 | 314 | 361 | 76 | 17 | 0 | 5 | 303 | 124 | 101 |
| Binary | 1011011 | 11001100 | 11110001 | 111110 | 1111 | 0 | 101 | 11000011 | 1010100 | 1000001 |
Color Harmonies of #5BCCF1
Complementary color
Monochromatic Colors of #5BCCF1
Black with #5BCCF1
Text Example
Text Example
White with #5BCCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCCF1; }
p { color: rgb(91,204,241); }
H1.HeaderClassName
{
color: #5BCCF1;
}
.AnyTagClassName
{
color: #5BCCF1;
}
</style>
background-color css
<style>
a { background-color: #5BCCF1; }
a { background-color: rgb(91,204,241); }
div.DivClassName
{
background-color: #5BCCF1;
}
.BgClassName
{
background-color: #5BCCF1;
}
</style>
border-color css
<style>
span { border-color: #5BCCF1; }
span { border-color: rgb(91,204,241); }
td.TdClassName
{
border-color: #5BCCF1;
}
.TagClassName
{
border-color: #5BCCF1;
}
</style>