Shades of Turquoise Blue #6BCEEB
Tints of Turquoise Blue #6BCEEB
RGB
CMYK
RGB Variations
Color information
#6BCEEB (or 0x6BCEEB) is known color: Turquoise Blue. HEX triplet: 6B, CE and EB. RGB value is (107,206,235). Sum of RGB (Red+Green+Blue) = 107+206+235=548 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.53% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #6BCEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCEEB is #943114. Grayscale: #B3B3B3. Windows color (decimal): -9711893 or 15453803. OLE color: 15453803.
HSL color Cylindrical-coordinate representation of color #6BCEEB: hue angle of 193.59º 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 #6BCEEB is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 206 | 235 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.08 |
| HSL | 193.59º | 0.76% | 0.67% | - |
| HSV(B) | 193.59º | 0.54% | 0.92% | - |
| XYZ | 43.13 | 53.27 | 86.61 | - |
| YUV | 179.71 | 159.2 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 206 | 235 | 0.54 | 0.12 | 0 | 0.08 | 193.59 | 0.76 | 0.67 |
| Hex | 6B | CE | EB | 36 | C | 0 | 8 | C2 | 4C | 43 |
| Octal | 153 | 316 | 353 | 66 | 14 | 0 | 10 | 302 | 114 | 103 |
| Binary | 1101011 | 11001110 | 11101011 | 110110 | 1100 | 0 | 1000 | 11000010 | 1001100 | 1000011 |
Color Harmonies of #6BCEEB
Complementary color
Monochromatic Colors of #6BCEEB
Black with #6BCEEB
Text Example
Text Example
White with #6BCEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCEEB; }
p { color: rgb(107,206,235); }
H1.HeaderClassName
{
color: #6BCEEB;
}
.AnyTagClassName
{
color: #6BCEEB;
}
</style>
background-color css
<style>
a { background-color: #6BCEEB; }
a { background-color: rgb(107,206,235); }
div.DivClassName
{
background-color: #6BCEEB;
}
.BgClassName
{
background-color: #6BCEEB;
}
</style>
border-color css
<style>
span { border-color: #6BCEEB; }
span { border-color: rgb(107,206,235); }
td.TdClassName
{
border-color: #6BCEEB;
}
.TagClassName
{
border-color: #6BCEEB;
}
</style>