Shades of Turquoise Blue #6BE0FB
Tints of Turquoise Blue #6BE0FB
RGB
CMYK
RGB Variations
Color information
#6BE0FB (or 0x6BE0FB) is known color: Turquoise Blue. HEX triplet: 6B, E0 and FB. RGB value is (107,224,251). Sum of RGB (Red+Green+Blue) = 107+224+251=582 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.38% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #6BE0FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BE0FB is #941F04. Grayscale: #BFBFBF. Windows color (decimal): -9707269 or 16506987. OLE color: 16506987.
HSL color Cylindrical-coordinate representation of color #6BE0FB: hue angle of 191.25º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BE0FB is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 224 | 251 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.02 |
| HSL | 191.25º | 0.95% | 0.7% | - |
| HSV(B) | 191.25º | 0.57% | 0.98% | - |
| XYZ | 50.13 | 63.4 | 100.86 | - |
| YUV | 192.1 | 161.24 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 224 | 251 | 0.57 | 0.11 | 0 | 0.02 | 191.25 | 0.95 | 0.7 |
| Hex | 6B | E0 | FB | 39 | B | 0 | 2 | BF | 5F | 46 |
| Octal | 153 | 340 | 373 | 71 | 13 | 0 | 2 | 277 | 137 | 106 |
| Binary | 1101011 | 11100000 | 11111011 | 111001 | 1011 | 0 | 10 | 10111111 | 1011111 | 1000110 |
Color Harmonies of #6BE0FB
Complementary color
Monochromatic Colors of #6BE0FB
Black with #6BE0FB
Text Example
Text Example
White with #6BE0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE0FB; }
p { color: rgb(107,224,251); }
H1.HeaderClassName
{
color: #6BE0FB;
}
.AnyTagClassName
{
color: #6BE0FB;
}
</style>
background-color css
<style>
a { background-color: #6BE0FB; }
a { background-color: rgb(107,224,251); }
div.DivClassName
{
background-color: #6BE0FB;
}
.BgClassName
{
background-color: #6BE0FB;
}
</style>
border-color css
<style>
span { border-color: #6BE0FB; }
span { border-color: rgb(107,224,251); }
td.TdClassName
{
border-color: #6BE0FB;
}
.TagClassName
{
border-color: #6BE0FB;
}
</style>