Shades of Turquoise Blue #6FE9DD
Tints of Turquoise Blue #6FE9DD
RGB
CMYK
RGB Variations
Color information
#6FE9DD (or 0x6FE9DD) is known color: Turquoise Blue. HEX triplet: 6F, E9 and DD. RGB value is (111,233,221). Sum of RGB (Red+Green+Blue) = 111+233+221=565 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.65% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 233 - color contains mainly: green. Hex color #6FE9DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE9DD is #901622. Grayscale: #C3C3C3. Windows color (decimal): -9442851 or 14543215. OLE color: 14543215.
HSL color Cylindrical-coordinate representation of color #6FE9DD: hue angle of 174.1º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE9DD is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 233 | 221 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.09 |
| HSL | 174.1º | 0.73% | 0.67% | - |
| HSV(B) | 174.1º | 0.52% | 0.91% | - |
| XYZ | 48.75 | 66.88 | 78.75 | - |
| YUV | 195.15 | 142.58 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 233 | 221 | 0.52 | 0 | 0.05 | 0.09 | 174.1 | 0.73 | 0.67 |
| Hex | 6F | E9 | DD | 34 | 0 | 5 | 9 | AE | 49 | 43 |
| Octal | 157 | 351 | 335 | 64 | 0 | 5 | 11 | 256 | 111 | 103 |
| Binary | 1101111 | 11101001 | 11011101 | 110100 | 0 | 101 | 1001 | 10101110 | 1001001 | 1000011 |
Color Harmonies of #6FE9DD
Complementary color
Monochromatic Colors of #6FE9DD
Black with #6FE9DD
Text Example
Text Example
White with #6FE9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE9DD; }
p { color: rgb(111,233,221); }
H1.HeaderClassName
{
color: #6FE9DD;
}
.AnyTagClassName
{
color: #6FE9DD;
}
</style>
background-color css
<style>
a { background-color: #6FE9DD; }
a { background-color: rgb(111,233,221); }
div.DivClassName
{
background-color: #6FE9DD;
}
.BgClassName
{
background-color: #6FE9DD;
}
</style>
border-color css
<style>
span { border-color: #6FE9DD; }
span { border-color: rgb(111,233,221); }
td.TdClassName
{
border-color: #6FE9DD;
}
.TagClassName
{
border-color: #6FE9DD;
}
</style>