Shades of Turquoise Blue #6FEFEA
Tints of Turquoise Blue #6FEFEA
RGB
CMYK
RGB Variations
Color information
#6FEFEA (or 0x6FEFEA) is known color: Turquoise Blue. HEX triplet: 6F, EF and EA. RGB value is (111,239,234). Sum of RGB (Red+Green+Blue) = 111+239+234=584 (77% of max value = 765). Red value is 111 (43.75% from 255 or 19.01% from 584); Green value is 239 (93.75% from 255 or 40.92% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 239 - color contains mainly: green. Hex color #6FEFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEFEA is #901015. Grayscale: #C8C8C8. Windows color (decimal): -9441302 or 15396719. OLE color: 15396719.
HSL color Cylindrical-coordinate representation of color #6FEFEA: hue angle of 177.66º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FEFEA is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 239 | 234 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.06 |
| HSL | 177.66º | 0.8% | 0.69% | - |
| HSV(B) | 177.66º | 0.54% | 0.94% | - |
| XYZ | 52.27 | 71.05 | 88.8 | - |
| YUV | 200.16 | 147.09 | 64.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 239 | 234 | 0.54 | 0 | 0.02 | 0.06 | 177.66 | 0.8 | 0.69 |
| Hex | 6F | EF | EA | 36 | 0 | 2 | 6 | B2 | 50 | 45 |
| Octal | 157 | 357 | 352 | 66 | 0 | 2 | 6 | 262 | 120 | 105 |
| Binary | 1101111 | 11101111 | 11101010 | 110110 | 0 | 10 | 110 | 10110010 | 1010000 | 1000101 |
Color Harmonies of #6FEFEA
Complementary color
Monochromatic Colors of #6FEFEA
Black with #6FEFEA
Text Example
Text Example
White with #6FEFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEFEA; }
p { color: rgb(111,239,234); }
H1.HeaderClassName
{
color: #6FEFEA;
}
.AnyTagClassName
{
color: #6FEFEA;
}
</style>
background-color css
<style>
a { background-color: #6FEFEA; }
a { background-color: rgb(111,239,234); }
div.DivClassName
{
background-color: #6FEFEA;
}
.BgClassName
{
background-color: #6FEFEA;
}
</style>
border-color css
<style>
span { border-color: #6FEFEA; }
span { border-color: rgb(111,239,234); }
td.TdClassName
{
border-color: #6FEFEA;
}
.TagClassName
{
border-color: #6FEFEA;
}
</style>