Shades of Turquoise Blue #6FE6DB
Tints of Turquoise Blue #6FE6DB
RGB
CMYK
RGB Variations
Color information
#6FE6DB (or 0x6FE6DB) is known color: Turquoise Blue. HEX triplet: 6F, E6 and DB. RGB value is (111,230,219). Sum of RGB (Red+Green+Blue) = 111+230+219=560 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.82% from 560); Green value is 230 (90.23% from 255 or 41.07% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 230 - color contains mainly: green. Hex color #6FE6DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE6DB is #901924. Grayscale: #C1C1C1. Windows color (decimal): -9443621 or 14411375. OLE color: 14411375.
HSL color Cylindrical-coordinate representation of color #6FE6DB: hue angle of 174.45º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE6DB is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 230 | 219 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.10 |
| HSL | 174.45º | 0.7% | 0.67% | - |
| HSV(B) | 174.45º | 0.52% | 0.9% | - |
| XYZ | 47.64 | 65.09 | 77.07 | - |
| YUV | 193.17 | 142.58 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 230 | 219 | 0.52 | 0 | 0.05 | 0.10 | 174.45 | 0.7 | 0.67 |
| Hex | 6F | E6 | DB | 34 | 0 | 5 | A | AE | 46 | 43 |
| Octal | 157 | 346 | 333 | 64 | 0 | 5 | 12 | 256 | 106 | 103 |
| Binary | 1101111 | 11100110 | 11011011 | 110100 | 0 | 101 | 1010 | 10101110 | 1000110 | 1000011 |
Color Harmonies of #6FE6DB
Complementary color
Monochromatic Colors of #6FE6DB
Black with #6FE6DB
Text Example
Text Example
White with #6FE6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE6DB; }
p { color: rgb(111,230,219); }
H1.HeaderClassName
{
color: #6FE6DB;
}
.AnyTagClassName
{
color: #6FE6DB;
}
</style>
background-color css
<style>
a { background-color: #6FE6DB; }
a { background-color: rgb(111,230,219); }
div.DivClassName
{
background-color: #6FE6DB;
}
.BgClassName
{
background-color: #6FE6DB;
}
</style>
border-color css
<style>
span { border-color: #6FE6DB; }
span { border-color: rgb(111,230,219); }
td.TdClassName
{
border-color: #6FE6DB;
}
.TagClassName
{
border-color: #6FE6DB;
}
</style>