Shades of Turquoise Blue #6FEAD8
Tints of Turquoise Blue #6FEAD8
RGB
CMYK
RGB Variations
Color information
#6FEAD8 (or 0x6FEAD8) is known color: Turquoise Blue. HEX triplet: 6F, EA and D8. RGB value is (111,234,216). Sum of RGB (Red+Green+Blue) = 111+234+216=561 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.79% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #6FEAD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEAD8 is #901527. Grayscale: #C3C3C3. Windows color (decimal): -9442600 or 14215791. OLE color: 14215791.
HSL color Cylindrical-coordinate representation of color #6FEAD8: hue angle of 171.22º 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 #6FEAD8 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 234 | 216 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.08 |
| HSL | 171.22º | 0.75% | 0.68% | - |
| HSV(B) | 171.22º | 0.53% | 0.92% | - |
| XYZ | 48.37 | 67.18 | 75.38 | - |
| YUV | 195.17 | 139.75 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 234 | 216 | 0.53 | 0 | 0.08 | 0.08 | 171.22 | 0.75 | 0.68 |
| Hex | 6F | EA | D8 | 35 | 0 | 8 | 8 | AB | 4B | 44 |
| Octal | 157 | 352 | 330 | 65 | 0 | 10 | 10 | 253 | 113 | 104 |
| Binary | 1101111 | 11101010 | 11011000 | 110101 | 0 | 1000 | 1000 | 10101011 | 1001011 | 1000100 |
Color Harmonies of #6FEAD8
Complementary color
Monochromatic Colors of #6FEAD8
Black with #6FEAD8
Text Example
Text Example
White with #6FEAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEAD8; }
p { color: rgb(111,234,216); }
H1.HeaderClassName
{
color: #6FEAD8;
}
.AnyTagClassName
{
color: #6FEAD8;
}
</style>
background-color css
<style>
a { background-color: #6FEAD8; }
a { background-color: rgb(111,234,216); }
div.DivClassName
{
background-color: #6FEAD8;
}
.BgClassName
{
background-color: #6FEAD8;
}
</style>
border-color css
<style>
span { border-color: #6FEAD8; }
span { border-color: rgb(111,234,216); }
td.TdClassName
{
border-color: #6FEAD8;
}
.TagClassName
{
border-color: #6FEAD8;
}
</style>