Shades of Turquoise Blue #6FDBDF
Tints of Turquoise Blue #6FDBDF
RGB
CMYK
RGB Variations
Color information
#6FDBDF (or 0x6FDBDF) is known color: Turquoise Blue. HEX triplet: 6F, DB and DF. RGB value is (111,219,223). Sum of RGB (Red+Green+Blue) = 111+219+223=553 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.07% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #6FDBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDBDF is #902420. Grayscale: #BBBBBB. Windows color (decimal): -9446433 or 14670703. OLE color: 14670703.
HSL color Cylindrical-coordinate representation of color #6FDBDF: hue angle of 182.14º degrees, saturation: 0.64, 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 #6FDBDF is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 219 | 223 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.13 |
| HSL | 182.14º | 0.64% | 0.65% | - |
| HSV(B) | 182.14º | 0.5% | 0.87% | - |
| XYZ | 45.21 | 59.37 | 78.89 | - |
| YUV | 187.16 | 148.22 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 219 | 223 | 0.50 | 0.02 | 0 | 0.13 | 182.14 | 0.64 | 0.65 |
| Hex | 6F | DB | DF | 32 | 2 | 0 | D | B6 | 40 | 41 |
| Octal | 157 | 333 | 337 | 62 | 2 | 0 | 15 | 266 | 100 | 101 |
| Binary | 1101111 | 11011011 | 11011111 | 110010 | 10 | 0 | 1101 | 10110110 | 1000000 | 1000001 |
Color Harmonies of #6FDBDF
Complementary color
Monochromatic Colors of #6FDBDF
Black with #6FDBDF
Text Example
Text Example
White with #6FDBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDBDF; }
p { color: rgb(111,219,223); }
H1.HeaderClassName
{
color: #6FDBDF;
}
.AnyTagClassName
{
color: #6FDBDF;
}
</style>
background-color css
<style>
a { background-color: #6FDBDF; }
a { background-color: rgb(111,219,223); }
div.DivClassName
{
background-color: #6FDBDF;
}
.BgClassName
{
background-color: #6FDBDF;
}
</style>
border-color css
<style>
span { border-color: #6FDBDF; }
span { border-color: rgb(111,219,223); }
td.TdClassName
{
border-color: #6FDBDF;
}
.TagClassName
{
border-color: #6FDBDF;
}
</style>