Shades of Turquoise Blue #6BE7DF
Tints of Turquoise Blue #6BE7DF
RGB
CMYK
RGB Variations
Color information
#6BE7DF (or 0x6BE7DF) is known color: Turquoise Blue. HEX triplet: 6B, E7 and DF. RGB value is (107,231,223). Sum of RGB (Red+Green+Blue) = 107+231+223=561 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.07% from 561); Green value is 231 (90.62% from 255 or 41.18% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 231 - color contains mainly: green. Hex color #6BE7DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BE7DF is #941820. Grayscale: #C0C0C0. Windows color (decimal): -9705505 or 14673771. OLE color: 14673771.
HSL color Cylindrical-coordinate representation of color #6BE7DF: hue angle of 176.13º 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 #6BE7DF is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 107 | 231 | 223 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.09 |
| HSL | 176.13º | 0.72% | 0.66% | - |
| HSV(B) | 176.13º | 0.54% | 0.91% | - |
| XYZ | 47.96 | 65.61 | 79.95 | - |
| YUV | 193.01 | 144.92 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 231 | 223 | 0.54 | 0 | 0.03 | 0.09 | 176.13 | 0.72 | 0.66 |
| Hex | 6B | E7 | DF | 36 | 0 | 3 | 9 | B0 | 48 | 42 |
| Octal | 153 | 347 | 337 | 66 | 0 | 3 | 11 | 260 | 110 | 102 |
| Binary | 1101011 | 11100111 | 11011111 | 110110 | 0 | 11 | 1001 | 10110000 | 1001000 | 1000010 |
Color Harmonies of #6BE7DF
Complementary color
Monochromatic Colors of #6BE7DF
Black with #6BE7DF
Text Example
Text Example
White with #6BE7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE7DF; }
p { color: rgb(107,231,223); }
H1.HeaderClassName
{
color: #6BE7DF;
}
.AnyTagClassName
{
color: #6BE7DF;
}
</style>
background-color css
<style>
a { background-color: #6BE7DF; }
a { background-color: rgb(107,231,223); }
div.DivClassName
{
background-color: #6BE7DF;
}
.BgClassName
{
background-color: #6BE7DF;
}
</style>
border-color css
<style>
span { border-color: #6BE7DF; }
span { border-color: rgb(107,231,223); }
td.TdClassName
{
border-color: #6BE7DF;
}
.TagClassName
{
border-color: #6BE7DF;
}
</style>