Shades of Turquoise Blue #6BCEE7
Tints of Turquoise Blue #6BCEE7
RGB
CMYK
RGB Variations
Color information
#6BCEE7 (or 0x6BCEE7) is known color: Turquoise Blue. HEX triplet: 6B, CE and E7. RGB value is (107,206,231). Sum of RGB (Red+Green+Blue) = 107+206+231=544 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.67% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 231 (90.62% from 255 or 42.46% from 544); Max value from RGB is 231 - color contains mainly: blue. Hex color #6BCEE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCEE7 is #943118. Grayscale: #B3B3B3. Windows color (decimal): -9711897 or 15191659. OLE color: 15191659.
HSL color Cylindrical-coordinate representation of color #6BCEE7: hue angle of 192.1º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BCEE7 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 107 | 206 | 231 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.09 |
| HSL | 192.1º | 0.72% | 0.66% | - |
| HSV(B) | 192.1º | 0.54% | 0.91% | - |
| XYZ | 42.56 | 53.04 | 83.6 | - |
| YUV | 179.25 | 157.2 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 206 | 231 | 0.54 | 0.11 | 0 | 0.09 | 192.1 | 0.72 | 0.66 |
| Hex | 6B | CE | E7 | 36 | B | 0 | 9 | C0 | 48 | 42 |
| Octal | 153 | 316 | 347 | 66 | 13 | 0 | 11 | 300 | 110 | 102 |
| Binary | 1101011 | 11001110 | 11100111 | 110110 | 1011 | 0 | 1001 | 11000000 | 1001000 | 1000010 |
Color Harmonies of #6BCEE7
Complementary color
Monochromatic Colors of #6BCEE7
Black with #6BCEE7
Text Example
Text Example
White with #6BCEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCEE7; }
p { color: rgb(107,206,231); }
H1.HeaderClassName
{
color: #6BCEE7;
}
.AnyTagClassName
{
color: #6BCEE7;
}
</style>
background-color css
<style>
a { background-color: #6BCEE7; }
a { background-color: rgb(107,206,231); }
div.DivClassName
{
background-color: #6BCEE7;
}
.BgClassName
{
background-color: #6BCEE7;
}
</style>
border-color css
<style>
span { border-color: #6BCEE7; }
span { border-color: rgb(107,206,231); }
td.TdClassName
{
border-color: #6BCEE7;
}
.TagClassName
{
border-color: #6BCEE7;
}
</style>