Shades of Turquoise Blue #6BCFEB
Tints of Turquoise Blue #6BCFEB
RGB
CMYK
RGB Variations
Color information
#6BCFEB (or 0x6BCFEB) is known color: Turquoise Blue. HEX triplet: 6B, CF and EB. RGB value is (107,207,235). Sum of RGB (Red+Green+Blue) = 107+207+235=549 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.49% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #6BCFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCFEB is #943014. Grayscale: #B4B4B4. Windows color (decimal): -9711637 or 15454059. OLE color: 15454059.
HSL color Cylindrical-coordinate representation of color #6BCFEB: hue angle of 193.12º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BCFEB is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 207 | 235 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.08 |
| HSL | 193.13º | 0.76% | 0.67% | - |
| HSV(B) | 193.13º | 0.54% | 0.92% | - |
| XYZ | 43.37 | 53.75 | 86.69 | - |
| YUV | 180.29 | 158.87 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 207 | 235 | 0.54 | 0.12 | 0 | 0.08 | 193.13 | 0.76 | 0.67 |
| Hex | 6B | CF | EB | 36 | C | 0 | 8 | C1 | 4C | 43 |
| Octal | 153 | 317 | 353 | 66 | 14 | 0 | 10 | 301 | 114 | 103 |
| Binary | 1101011 | 11001111 | 11101011 | 110110 | 1100 | 0 | 1000 | 11000001 | 1001100 | 1000011 |
Color Harmonies of #6BCFEB
Complementary color
Monochromatic Colors of #6BCFEB
Black with #6BCFEB
Text Example
Text Example
White with #6BCFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCFEB; }
p { color: rgb(107,207,235); }
H1.HeaderClassName
{
color: #6BCFEB;
}
.AnyTagClassName
{
color: #6BCFEB;
}
</style>
background-color css
<style>
a { background-color: #6BCFEB; }
a { background-color: rgb(107,207,235); }
div.DivClassName
{
background-color: #6BCFEB;
}
.BgClassName
{
background-color: #6BCFEB;
}
</style>
border-color css
<style>
span { border-color: #6BCFEB; }
span { border-color: rgb(107,207,235); }
td.TdClassName
{
border-color: #6BCFEB;
}
.TagClassName
{
border-color: #6BCFEB;
}
</style>