Shades of Turquoise Blue #6BE8E7
Tints of Turquoise Blue #6BE8E7
RGB
CMYK
RGB Variations
Color information
#6BE8E7 (or 0x6BE8E7) is known color: Turquoise Blue. HEX triplet: 6B, E8 and E7. RGB value is (107,232,231). Sum of RGB (Red+Green+Blue) = 107+232+231=570 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.77% from 570); Green value is 232 (91.02% from 255 or 40.70% from 570); Blue value is 231 (90.62% from 255 or 40.53% from 570); Max value from RGB is 232 - color contains mainly: green. Hex color #6BE8E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BE8E7 is #941718. Grayscale: #C2C2C2. Windows color (decimal): -9705241 or 15198315. OLE color: 15198315.
HSL color Cylindrical-coordinate representation of color #6BE8E7: hue angle of 179.52º degrees, saturation: 0.73, 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 #6BE8E7 is Cyan = 0.54, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 107 | 232 | 231 | - |
| CMYK | 0.54 | 0 | 0.00 | 0.09 |
| HSL | 179.52º | 0.73% | 0.66% | - |
| HSV(B) | 179.52º | 0.54% | 0.91% | - |
| XYZ | 49.34 | 66.61 | 85.86 | - |
| YUV | 194.51 | 148.59 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 232 | 231 | 0.54 | 0 | 0.00 | 0.09 | 179.52 | 0.73 | 0.66 |
| Hex | 6B | E8 | E7 | 36 | 0 | 0 | 9 | B4 | 49 | 42 |
| Octal | 153 | 350 | 347 | 66 | 0 | 0 | 11 | 264 | 111 | 102 |
| Binary | 1101011 | 11101000 | 11100111 | 110110 | 0 | 0 | 1001 | 10110100 | 1001001 | 1000010 |
Color Harmonies of #6BE8E7
Complementary color
Monochromatic Colors of #6BE8E7
Black with #6BE8E7
Text Example
Text Example
White with #6BE8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE8E7; }
p { color: rgb(107,232,231); }
H1.HeaderClassName
{
color: #6BE8E7;
}
.AnyTagClassName
{
color: #6BE8E7;
}
</style>
background-color css
<style>
a { background-color: #6BE8E7; }
a { background-color: rgb(107,232,231); }
div.DivClassName
{
background-color: #6BE8E7;
}
.BgClassName
{
background-color: #6BE8E7;
}
</style>
border-color css
<style>
span { border-color: #6BE8E7; }
span { border-color: rgb(107,232,231); }
td.TdClassName
{
border-color: #6BE8E7;
}
.TagClassName
{
border-color: #6BE8E7;
}
</style>