Shades of Turquoise Blue #6FDDDC
Tints of Turquoise Blue #6FDDDC
RGB
CMYK
RGB Variations
Color information
#6FDDDC (or 0x6FDDDC) is known color: Turquoise Blue. HEX triplet: 6F, DD and DC. RGB value is (111,221,220). Sum of RGB (Red+Green+Blue) = 111+221+220=552 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.11% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #6FDDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDDDC is #902223. Grayscale: #BBBBBB. Windows color (decimal): -9445924 or 14474607. OLE color: 14474607.
HSL color Cylindrical-coordinate representation of color #6FDDDC: hue angle of 179.45º 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 #6FDDDC is Cyan = 0.50, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 221 | 220 | - |
| CMYK | 0.50 | 0 | 0.00 | 0.13 |
| HSL | 179.45º | 0.62% | 0.65% | - |
| HSV(B) | 179.45º | 0.5% | 0.87% | - |
| XYZ | 45.33 | 60.26 | 76.95 | - |
| YUV | 188 | 146.06 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 221 | 220 | 0.50 | 0 | 0.00 | 0.13 | 179.45 | 0.62 | 0.65 |
| Hex | 6F | DD | DC | 32 | 0 | 0 | D | B3 | 3E | 41 |
| Octal | 157 | 335 | 334 | 62 | 0 | 0 | 15 | 263 | 76 | 101 |
| Binary | 1101111 | 11011101 | 11011100 | 110010 | 0 | 0 | 1101 | 10110011 | 111110 | 1000001 |
Color Harmonies of #6FDDDC
Complementary color
Monochromatic Colors of #6FDDDC
Black with #6FDDDC
Text Example
Text Example
White with #6FDDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDDDC; }
p { color: rgb(111,221,220); }
H1.HeaderClassName
{
color: #6FDDDC;
}
.AnyTagClassName
{
color: #6FDDDC;
}
</style>
background-color css
<style>
a { background-color: #6FDDDC; }
a { background-color: rgb(111,221,220); }
div.DivClassName
{
background-color: #6FDDDC;
}
.BgClassName
{
background-color: #6FDDDC;
}
</style>
border-color css
<style>
span { border-color: #6FDDDC; }
span { border-color: rgb(111,221,220); }
td.TdClassName
{
border-color: #6FDDDC;
}
.TagClassName
{
border-color: #6FDDDC;
}
</style>