Shades of Turquoise Blue #6FEDDD
Tints of Turquoise Blue #6FEDDD
RGB
CMYK
RGB Variations
Color information
#6FEDDD (or 0x6FEDDD) is known color: Turquoise Blue. HEX triplet: 6F, ED and DD. RGB value is (111,237,221). Sum of RGB (Red+Green+Blue) = 111+237+221=569 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.51% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #6FEDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEDDD is #901222. Grayscale: #C5C5C5. Windows color (decimal): -9441827 or 14544239. OLE color: 14544239.
HSL color Cylindrical-coordinate representation of color #6FEDDD: hue angle of 172.38º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEDDD is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 237 | 221 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.07 |
| HSL | 172.38º | 0.78% | 0.68% | - |
| HSV(B) | 172.38º | 0.53% | 0.93% | - |
| XYZ | 49.89 | 69.17 | 79.13 | - |
| YUV | 197.5 | 141.26 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 237 | 221 | 0.53 | 0 | 0.07 | 0.07 | 172.38 | 0.78 | 0.68 |
| Hex | 6F | ED | DD | 35 | 0 | 7 | 7 | AC | 4E | 44 |
| Octal | 157 | 355 | 335 | 65 | 0 | 7 | 7 | 254 | 116 | 104 |
| Binary | 1101111 | 11101101 | 11011101 | 110101 | 0 | 111 | 111 | 10101100 | 1001110 | 1000100 |
Color Harmonies of #6FEDDD
Complementary color
Monochromatic Colors of #6FEDDD
Black with #6FEDDD
Text Example
Text Example
White with #6FEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEDDD; }
p { color: rgb(111,237,221); }
H1.HeaderClassName
{
color: #6FEDDD;
}
.AnyTagClassName
{
color: #6FEDDD;
}
</style>
background-color css
<style>
a { background-color: #6FEDDD; }
a { background-color: rgb(111,237,221); }
div.DivClassName
{
background-color: #6FEDDD;
}
.BgClassName
{
background-color: #6FEDDD;
}
</style>
border-color css
<style>
span { border-color: #6FEDDD; }
span { border-color: rgb(111,237,221); }
td.TdClassName
{
border-color: #6FEDDD;
}
.TagClassName
{
border-color: #6FEDDD;
}
</style>