Shades of Turquoise Blue #6FE7DC
Tints of Turquoise Blue #6FE7DC
RGB
CMYK
RGB Variations
Color information
#6FE7DC (or 0x6FE7DC) is known color: Turquoise Blue. HEX triplet: 6F, E7 and DC. RGB value is (111,231,220). Sum of RGB (Red+Green+Blue) = 111+231+220=562 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.75% from 562); Green value is 231 (90.62% from 255 or 41.10% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 231 - color contains mainly: green. Hex color #6FE7DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE7DC is #901823. Grayscale: #C1C1C1. Windows color (decimal): -9443364 or 14477167. OLE color: 14477167.
HSL color Cylindrical-coordinate representation of color #6FE7DC: hue angle of 174.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 #6FE7DC is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 231 | 220 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.09 |
| HSL | 174.5º | 0.71% | 0.67% | - |
| HSV(B) | 174.5º | 0.52% | 0.91% | - |
| XYZ | 48.05 | 65.7 | 77.86 | - |
| YUV | 193.87 | 142.74 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 231 | 220 | 0.52 | 0 | 0.05 | 0.09 | 174.5 | 0.71 | 0.67 |
| Hex | 6F | E7 | DC | 34 | 0 | 5 | 9 | AE | 47 | 43 |
| Octal | 157 | 347 | 334 | 64 | 0 | 5 | 11 | 256 | 107 | 103 |
| Binary | 1101111 | 11100111 | 11011100 | 110100 | 0 | 101 | 1001 | 10101110 | 1000111 | 1000011 |
Color Harmonies of #6FE7DC
Complementary color
Monochromatic Colors of #6FE7DC
Black with #6FE7DC
Text Example
Text Example
White with #6FE7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE7DC; }
p { color: rgb(111,231,220); }
H1.HeaderClassName
{
color: #6FE7DC;
}
.AnyTagClassName
{
color: #6FE7DC;
}
</style>
background-color css
<style>
a { background-color: #6FE7DC; }
a { background-color: rgb(111,231,220); }
div.DivClassName
{
background-color: #6FE7DC;
}
.BgClassName
{
background-color: #6FE7DC;
}
</style>
border-color css
<style>
span { border-color: #6FE7DC; }
span { border-color: rgb(111,231,220); }
td.TdClassName
{
border-color: #6FE7DC;
}
.TagClassName
{
border-color: #6FE7DC;
}
</style>