Shades of Turquoise Blue #6FE1DB
Tints of Turquoise Blue #6FE1DB
RGB
CMYK
RGB Variations
Color information
#6FE1DB (or 0x6FE1DB) is known color: Turquoise Blue. HEX triplet: 6F, E1 and DB. RGB value is (111,225,219). Sum of RGB (Red+Green+Blue) = 111+225+219=555 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 225 - color contains mainly: green. Hex color #6FE1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE1DB is #901E24. Grayscale: #BEBEBE. Windows color (decimal): -9444901 or 14410095. OLE color: 14410095.
HSL color Cylindrical-coordinate representation of color #6FE1DB: hue angle of 176.84º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FE1DB is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 225 | 219 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.12 |
| HSL | 176.84º | 0.66% | 0.66% | - |
| HSV(B) | 176.84º | 0.51% | 0.88% | - |
| XYZ | 46.27 | 62.34 | 76.61 | - |
| YUV | 190.23 | 144.23 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 225 | 219 | 0.51 | 0 | 0.03 | 0.12 | 176.84 | 0.66 | 0.66 |
| Hex | 6F | E1 | DB | 33 | 0 | 3 | C | B1 | 42 | 42 |
| Octal | 157 | 341 | 333 | 63 | 0 | 3 | 14 | 261 | 102 | 102 |
| Binary | 1101111 | 11100001 | 11011011 | 110011 | 0 | 11 | 1100 | 10110001 | 1000010 | 1000010 |
Color Harmonies of #6FE1DB
Complementary color
Monochromatic Colors of #6FE1DB
Black with #6FE1DB
Text Example
Text Example
White with #6FE1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE1DB; }
p { color: rgb(111,225,219); }
H1.HeaderClassName
{
color: #6FE1DB;
}
.AnyTagClassName
{
color: #6FE1DB;
}
</style>
background-color css
<style>
a { background-color: #6FE1DB; }
a { background-color: rgb(111,225,219); }
div.DivClassName
{
background-color: #6FE1DB;
}
.BgClassName
{
background-color: #6FE1DB;
}
</style>
border-color css
<style>
span { border-color: #6FE1DB; }
span { border-color: rgb(111,225,219); }
td.TdClassName
{
border-color: #6FE1DB;
}
.TagClassName
{
border-color: #6FE1DB;
}
</style>