Shades of Turquoise Blue #6FE0DB
Tints of Turquoise Blue #6FE0DB
RGB
CMYK
RGB Variations
Color information
#6FE0DB (or 0x6FE0DB) is known color: Turquoise Blue. HEX triplet: 6F, E0 and DB. RGB value is (111,224,219). Sum of RGB (Red+Green+Blue) = 111+224+219=554 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.04% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 224 - color contains mainly: green. Hex color #6FE0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE0DB is #901F24. Grayscale: #BDBDBD. Windows color (decimal): -9445157 or 14409839. OLE color: 14409839.
HSL color Cylindrical-coordinate representation of color #6FE0DB: hue angle of 177.35º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FE0DB is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 224 | 219 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.12 |
| HSL | 177.35º | 0.65% | 0.66% | - |
| HSV(B) | 177.35º | 0.5% | 0.88% | - |
| XYZ | 46 | 61.81 | 76.52 | - |
| YUV | 189.64 | 144.56 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 224 | 219 | 0.50 | 0 | 0.02 | 0.12 | 177.35 | 0.65 | 0.66 |
| Hex | 6F | E0 | DB | 32 | 0 | 2 | C | B1 | 41 | 42 |
| Octal | 157 | 340 | 333 | 62 | 0 | 2 | 14 | 261 | 101 | 102 |
| Binary | 1101111 | 11100000 | 11011011 | 110010 | 0 | 10 | 1100 | 10110001 | 1000001 | 1000010 |
Color Harmonies of #6FE0DB
Complementary color
Monochromatic Colors of #6FE0DB
Black with #6FE0DB
Text Example
Text Example
White with #6FE0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE0DB; }
p { color: rgb(111,224,219); }
H1.HeaderClassName
{
color: #6FE0DB;
}
.AnyTagClassName
{
color: #6FE0DB;
}
</style>
background-color css
<style>
a { background-color: #6FE0DB; }
a { background-color: rgb(111,224,219); }
div.DivClassName
{
background-color: #6FE0DB;
}
.BgClassName
{
background-color: #6FE0DB;
}
</style>
border-color css
<style>
span { border-color: #6FE0DB; }
span { border-color: rgb(111,224,219); }
td.TdClassName
{
border-color: #6FE0DB;
}
.TagClassName
{
border-color: #6FE0DB;
}
</style>