Shades of Turquoise Blue #6FD1DB
Tints of Turquoise Blue #6FD1DB
RGB
CMYK
RGB Variations
Color information
#6FD1DB (or 0x6FD1DB) is known color: Turquoise Blue. HEX triplet: 6F, D1 and DB. RGB value is (111,209,219). Sum of RGB (Red+Green+Blue) = 111+209+219=539 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.59% from 539); Green value is 209 (82.03% from 255 or 38.78% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FD1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD1DB is #902E24. Grayscale: #B4B4B4. Windows color (decimal): -9448997 or 14405999. OLE color: 14405999.
HSL color Cylindrical-coordinate representation of color #6FD1DB: hue angle of 185.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 #6FD1DB is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 111 | 209 | 219 | - |
CMYK | 0.49 | 0.05 | 0 | 0.14 |
HSL | 185.56º | 0.6% | 0.65% | - |
HSV(B) | 185.56º | 0.49% | 0.86% | - |
XYZ | 42.14 | 54.09 | 75.24 | - |
YUV | 180.84 | 149.53 | 78.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 111 | 209 | 219 | 0.49 | 0.05 | 0 | 0.14 | 185.56 | 0.6 | 0.65 |
Hex | 6F | D1 | DB | 31 | 5 | 0 | E | BA | 3C | 41 |
Octal | 157 | 321 | 333 | 61 | 5 | 0 | 16 | 272 | 74 | 101 |
Binary | 1101111 | 11010001 | 11011011 | 110001 | 101 | 0 | 1110 | 10111010 | 111100 | 1000001 |
Color Harmonies of #6FD1DB
Complementary color
Monochromatic Colors of #6FD1DB
Black with #6FD1DB
Text Example
Text Example
White with #6FD1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD1DB; }
p { color: rgb(111,209,219); }
H1.HeaderClassName
{
color: #6FD1DB;
}
.AnyTagClassName
{
color: #6FD1DB;
}
</style>
background-color css
<style>
a { background-color: #6FD1DB; }
a { background-color: rgb(111,209,219); }
div.DivClassName
{
background-color: #6FD1DB;
}
.BgClassName
{
background-color: #6FD1DB;
}
</style>
border-color css
<style>
span { border-color: #6FD1DB; }
span { border-color: rgb(111,209,219); }
td.TdClassName
{
border-color: #6FD1DB;
}
.TagClassName
{
border-color: #6FD1DB;
}
</style>