Shades of Turquoise Blue #6FE7D5
Tints of Turquoise Blue #6FE7D5
RGB
CMYK
RGB Variations
Color information
#6FE7D5 (or 0x6FE7D5) is known color: Turquoise Blue. HEX triplet: 6F, E7 and D5. RGB value is (111,231,213). Sum of RGB (Red+Green+Blue) = 111+231+213=555 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20% from 555); Green value is 231 (90.62% from 255 or 41.62% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 231 - color contains mainly: green. Hex color #6FE7D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE7D5 is #90182A. Grayscale: #C1C1C1. Windows color (decimal): -9443371 or 14018415. OLE color: 14018415.
HSL color Cylindrical-coordinate representation of color #6FE7D5: hue angle of 171º 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 #6FE7D5 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 231 | 213 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.09 |
| HSL | 171º | 0.71% | 0.67% | - |
| HSV(B) | 171º | 0.52% | 0.91% | - |
| XYZ | 47.14 | 65.34 | 73.08 | - |
| YUV | 193.07 | 139.24 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 231 | 213 | 0.52 | 0 | 0.08 | 0.09 | 171 | 0.71 | 0.67 |
| Hex | 6F | E7 | D5 | 34 | 0 | 8 | 9 | AB | 47 | 43 |
| Octal | 157 | 347 | 325 | 64 | 0 | 10 | 11 | 253 | 107 | 103 |
| Binary | 1101111 | 11100111 | 11010101 | 110100 | 0 | 1000 | 1001 | 10101011 | 1000111 | 1000011 |
Color Harmonies of #6FE7D5
Complementary color
Monochromatic Colors of #6FE7D5
Black with #6FE7D5
Text Example
Text Example
White with #6FE7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE7D5; }
p { color: rgb(111,231,213); }
H1.HeaderClassName
{
color: #6FE7D5;
}
.AnyTagClassName
{
color: #6FE7D5;
}
</style>
background-color css
<style>
a { background-color: #6FE7D5; }
a { background-color: rgb(111,231,213); }
div.DivClassName
{
background-color: #6FE7D5;
}
.BgClassName
{
background-color: #6FE7D5;
}
</style>
border-color css
<style>
span { border-color: #6FE7D5; }
span { border-color: rgb(111,231,213); }
td.TdClassName
{
border-color: #6FE7D5;
}
.TagClassName
{
border-color: #6FE7D5;
}
</style>