Shades of Turquoise Blue #6FE7D6
Tints of Turquoise Blue #6FE7D6
RGB
CMYK
RGB Variations
Color information
#6FE7D6 (or 0x6FE7D6) is known color: Turquoise Blue. HEX triplet: 6F, E7 and D6. RGB value is (111,231,214). Sum of RGB (Red+Green+Blue) = 111+231+214=556 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.96% from 556); Green value is 231 (90.62% from 255 or 41.55% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 231 - color contains mainly: green. Hex color #6FE7D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE7D6 is #901829. Grayscale: #C1C1C1. Windows color (decimal): -9443370 or 14083951. OLE color: 14083951.
HSL color Cylindrical-coordinate representation of color #6FE7D6: hue angle of 171.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE7D6 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 231 | 214 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.09 |
| HSL | 171.5º | 0.71% | 0.67% | - |
| HSV(B) | 171.5º | 0.52% | 0.91% | - |
| XYZ | 47.27 | 65.39 | 73.75 | - |
| YUV | 193.18 | 139.74 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 231 | 214 | 0.52 | 0 | 0.07 | 0.09 | 171.5 | 0.71 | 0.67 |
| Hex | 6F | E7 | D6 | 34 | 0 | 7 | 9 | AC | 47 | 43 |
| Octal | 157 | 347 | 326 | 64 | 0 | 7 | 11 | 254 | 107 | 103 |
| Binary | 1101111 | 11100111 | 11010110 | 110100 | 0 | 111 | 1001 | 10101100 | 1000111 | 1000011 |
Color Harmonies of #6FE7D6
Complementary color
Monochromatic Colors of #6FE7D6
Black with #6FE7D6
Text Example
Text Example
White with #6FE7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE7D6; }
p { color: rgb(111,231,214); }
H1.HeaderClassName
{
color: #6FE7D6;
}
.AnyTagClassName
{
color: #6FE7D6;
}
</style>
background-color css
<style>
a { background-color: #6FE7D6; }
a { background-color: rgb(111,231,214); }
div.DivClassName
{
background-color: #6FE7D6;
}
.BgClassName
{
background-color: #6FE7D6;
}
</style>
border-color css
<style>
span { border-color: #6FE7D6; }
span { border-color: rgb(111,231,214); }
td.TdClassName
{
border-color: #6FE7D6;
}
.TagClassName
{
border-color: #6FE7D6;
}
</style>