Shades of Turquoise Blue #6FEAD9
Tints of Turquoise Blue #6FEAD9
RGB
CMYK
RGB Variations
Color information
#6FEAD9 (or 0x6FEAD9) is known color: Turquoise Blue. HEX triplet: 6F, EA and D9. RGB value is (111,234,217). Sum of RGB (Red+Green+Blue) = 111+234+217=562 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.75% from 562); Green value is 234 (91.80% from 255 or 41.64% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 234 - color contains mainly: green. Hex color #6FEAD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEAD9 is #901526. Grayscale: #C3C3C3. Windows color (decimal): -9442599 or 14281327. OLE color: 14281327.
HSL color Cylindrical-coordinate representation of color #6FEAD9: hue angle of 171.71º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEAD9 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 234 | 217 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.08 |
| HSL | 171.71º | 0.75% | 0.68% | - |
| HSV(B) | 171.71º | 0.53% | 0.92% | - |
| XYZ | 48.5 | 67.23 | 76.07 | - |
| YUV | 195.29 | 140.25 | 67.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 234 | 217 | 0.53 | 0 | 0.07 | 0.08 | 171.71 | 0.75 | 0.68 |
| Hex | 6F | EA | D9 | 35 | 0 | 7 | 8 | AC | 4B | 44 |
| Octal | 157 | 352 | 331 | 65 | 0 | 7 | 10 | 254 | 113 | 104 |
| Binary | 1101111 | 11101010 | 11011001 | 110101 | 0 | 111 | 1000 | 10101100 | 1001011 | 1000100 |
Color Harmonies of #6FEAD9
Complementary color
Monochromatic Colors of #6FEAD9
Black with #6FEAD9
Text Example
Text Example
White with #6FEAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEAD9; }
p { color: rgb(111,234,217); }
H1.HeaderClassName
{
color: #6FEAD9;
}
.AnyTagClassName
{
color: #6FEAD9;
}
</style>
background-color css
<style>
a { background-color: #6FEAD9; }
a { background-color: rgb(111,234,217); }
div.DivClassName
{
background-color: #6FEAD9;
}
.BgClassName
{
background-color: #6FEAD9;
}
</style>
border-color css
<style>
span { border-color: #6FEAD9; }
span { border-color: rgb(111,234,217); }
td.TdClassName
{
border-color: #6FEAD9;
}
.TagClassName
{
border-color: #6FEAD9;
}
</style>