Shades of Turquoise Blue #6FDADB
Tints of Turquoise Blue #6FDADB
RGB
CMYK
RGB Variations
Color information
#6FDADB (or 0x6FDADB) is known color: Turquoise Blue. HEX triplet: 6F, DA and DB. RGB value is (111,218,219). Sum of RGB (Red+Green+Blue) = 111+218+219=548 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.26% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FDADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDADB is #902524. Grayscale: #BABABA. Windows color (decimal): -9446693 or 14408303. OLE color: 14408303.
HSL color Cylindrical-coordinate representation of color #6FDADB: hue angle of 180.56º 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 #6FDADB is Cyan = 0.49, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 218 | 219 | - |
| CMYK | 0.49 | 0.00 | 0 | 0.14 |
| HSL | 180.56º | 0.6% | 0.65% | - |
| HSV(B) | 180.56º | 0.49% | 0.86% | - |
| XYZ | 44.41 | 58.64 | 76 | - |
| YUV | 186.12 | 146.55 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 218 | 219 | 0.49 | 0.00 | 0 | 0.14 | 180.56 | 0.6 | 0.65 |
| Hex | 6F | DA | DB | 31 | 0 | 0 | E | B5 | 3C | 41 |
| Octal | 157 | 332 | 333 | 61 | 0 | 0 | 16 | 265 | 74 | 101 |
| Binary | 1101111 | 11011010 | 11011011 | 110001 | 0 | 0 | 1110 | 10110101 | 111100 | 1000001 |
Color Harmonies of #6FDADB
Complementary color
Monochromatic Colors of #6FDADB
Black with #6FDADB
Text Example
Text Example
White with #6FDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDADB; }
p { color: rgb(111,218,219); }
H1.HeaderClassName
{
color: #6FDADB;
}
.AnyTagClassName
{
color: #6FDADB;
}
</style>
background-color css
<style>
a { background-color: #6FDADB; }
a { background-color: rgb(111,218,219); }
div.DivClassName
{
background-color: #6FDADB;
}
.BgClassName
{
background-color: #6FDADB;
}
</style>
border-color css
<style>
span { border-color: #6FDADB; }
span { border-color: rgb(111,218,219); }
td.TdClassName
{
border-color: #6FDADB;
}
.TagClassName
{
border-color: #6FDADB;
}
</style>