Shades of Turquoise Blue #6FEFE1
Tints of Turquoise Blue #6FEFE1
RGB
CMYK
RGB Variations
Color information
#6FEFE1 (or 0x6FEFE1) is known color: Turquoise Blue. HEX triplet: 6F, EF and E1. RGB value is (111,239,225). Sum of RGB (Red+Green+Blue) = 111+239+225=575 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.30% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 225 (88.28% from 255 or 39.13% from 575); Max value from RGB is 239 - color contains mainly: green. Hex color #6FEFE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEFE1 is #90101E. Grayscale: #C7C7C7. Windows color (decimal): -9441311 or 14806895. OLE color: 14806895.
HSL color Cylindrical-coordinate representation of color #6FEFE1: hue angle of 173.44º 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 #6FEFE1 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 239 | 225 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.06 |
| HSL | 173.44º | 0.8% | 0.69% | - |
| HSV(B) | 173.44º | 0.54% | 0.94% | - |
| XYZ | 51.01 | 70.55 | 82.16 | - |
| YUV | 199.13 | 142.59 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 239 | 225 | 0.54 | 0 | 0.06 | 0.06 | 173.44 | 0.8 | 0.69 |
| Hex | 6F | EF | E1 | 36 | 0 | 6 | 6 | AD | 50 | 45 |
| Octal | 157 | 357 | 341 | 66 | 0 | 6 | 6 | 255 | 120 | 105 |
| Binary | 1101111 | 11101111 | 11100001 | 110110 | 0 | 110 | 110 | 10101101 | 1010000 | 1000101 |
Color Harmonies of #6FEFE1
Complementary color
Monochromatic Colors of #6FEFE1
Black with #6FEFE1
Text Example
Text Example
White with #6FEFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEFE1; }
p { color: rgb(111,239,225); }
H1.HeaderClassName
{
color: #6FEFE1;
}
.AnyTagClassName
{
color: #6FEFE1;
}
</style>
background-color css
<style>
a { background-color: #6FEFE1; }
a { background-color: rgb(111,239,225); }
div.DivClassName
{
background-color: #6FEFE1;
}
.BgClassName
{
background-color: #6FEFE1;
}
</style>
border-color css
<style>
span { border-color: #6FEFE1; }
span { border-color: rgb(111,239,225); }
td.TdClassName
{
border-color: #6FEFE1;
}
.TagClassName
{
border-color: #6FEFE1;
}
</style>