Shades of Turquoise Blue #6FDDDB
Tints of Turquoise Blue #6FDDDB
RGB
CMYK
RGB Variations
Color information
#6FDDDB (or 0x6FDDDB) is known color: Turquoise Blue. HEX triplet: 6F, DD and DB. RGB value is (111,221,219). Sum of RGB (Red+Green+Blue) = 111+221+219=551 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.15% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #6FDDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDDDB is #902224. Grayscale: #BBBBBB. Windows color (decimal): -9445925 or 14409071. OLE color: 14409071.
HSL color Cylindrical-coordinate representation of color #6FDDDB: hue angle of 178.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDDDB is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 111 | 221 | 219 | - |
CMYK | 0.50 | 0 | 0.01 | 0.13 |
HSL | 178.91º | 0.62% | 0.65% | - |
HSV(B) | 178.91º | 0.5% | 0.87% | - |
XYZ | 45.2 | 60.21 | 76.26 | - |
YUV | 187.88 | 145.56 | 73.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 111 | 221 | 219 | 0.50 | 0 | 0.01 | 0.13 | 178.91 | 0.62 | 0.65 |
Hex | 6F | DD | DB | 32 | 0 | 1 | D | B3 | 3E | 41 |
Octal | 157 | 335 | 333 | 62 | 0 | 1 | 15 | 263 | 76 | 101 |
Binary | 1101111 | 11011101 | 11011011 | 110010 | 0 | 1 | 1101 | 10110011 | 111110 | 1000001 |
Color Harmonies of #6FDDDB
Complementary color
Monochromatic Colors of #6FDDDB
Black with #6FDDDB
Text Example
Text Example
White with #6FDDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDDDB; }
p { color: rgb(111,221,219); }
H1.HeaderClassName
{
color: #6FDDDB;
}
.AnyTagClassName
{
color: #6FDDDB;
}
</style>
background-color css
<style>
a { background-color: #6FDDDB; }
a { background-color: rgb(111,221,219); }
div.DivClassName
{
background-color: #6FDDDB;
}
.BgClassName
{
background-color: #6FDDDB;
}
</style>
border-color css
<style>
span { border-color: #6FDDDB; }
span { border-color: rgb(111,221,219); }
td.TdClassName
{
border-color: #6FDDDB;
}
.TagClassName
{
border-color: #6FDDDB;
}
</style>