Shades of Turquoise Blue #6FD0DB
Tints of Turquoise Blue #6FD0DB
RGB
CMYK
RGB Variations
Color information
#6FD0DB (or 0x6FD0DB) is known color: Turquoise Blue. HEX triplet: 6F, D0 and DB. RGB value is (111,208,219). Sum of RGB (Red+Green+Blue) = 111+208+219=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FD0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD0DB is #902F24. Grayscale: #B4B4B4. Windows color (decimal): -9449253 or 14405743. OLE color: 14405743.
HSL color Cylindrical-coordinate representation of color #6FD0DB: hue angle of 186.11º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FD0DB is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 208 | 219 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.14 |
| HSL | 186.11º | 0.6% | 0.65% | - |
| HSV(B) | 186.11º | 0.49% | 0.86% | - |
| XYZ | 41.9 | 53.61 | 75.16 | - |
| YUV | 180.25 | 149.86 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 208 | 219 | 0.49 | 0.05 | 0 | 0.14 | 186.11 | 0.6 | 0.65 |
| Hex | 6F | D0 | DB | 31 | 5 | 0 | E | BA | 3C | 41 |
| Octal | 157 | 320 | 333 | 61 | 5 | 0 | 16 | 272 | 74 | 101 |
| Binary | 1101111 | 11010000 | 11011011 | 110001 | 101 | 0 | 1110 | 10111010 | 111100 | 1000001 |
Color Harmonies of #6FD0DB
Complementary color
Monochromatic Colors of #6FD0DB
Black with #6FD0DB
Text Example
Text Example
White with #6FD0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD0DB; }
p { color: rgb(111,208,219); }
H1.HeaderClassName
{
color: #6FD0DB;
}
.AnyTagClassName
{
color: #6FD0DB;
}
</style>
background-color css
<style>
a { background-color: #6FD0DB; }
a { background-color: rgb(111,208,219); }
div.DivClassName
{
background-color: #6FD0DB;
}
.BgClassName
{
background-color: #6FD0DB;
}
</style>
border-color css
<style>
span { border-color: #6FD0DB; }
span { border-color: rgb(111,208,219); }
td.TdClassName
{
border-color: #6FD0DB;
}
.TagClassName
{
border-color: #6FD0DB;
}
</style>