Shades of Turquoise Blue #6FEFE2
Tints of Turquoise Blue #6FEFE2
RGB
CMYK
RGB Variations
Color information
#6FEFE2 (or 0x6FEFE2) is known color: Turquoise Blue. HEX triplet: 6F, EF and E2. RGB value is (111,239,226). Sum of RGB (Red+Green+Blue) = 111+239+226=576 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.27% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 226 (88.67% from 255 or 39.24% from 576); Max value from RGB is 239 - color contains mainly: green. Hex color #6FEFE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEFE2 is #90101D. Grayscale: #C7C7C7. Windows color (decimal): -9441310 or 14872431. OLE color: 14872431.
HSL color Cylindrical-coordinate representation of color #6FEFE2: hue angle of 173.91º 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 #6FEFE2 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 239 | 226 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.06 |
| HSL | 173.91º | 0.8% | 0.69% | - |
| HSV(B) | 173.91º | 0.54% | 0.94% | - |
| XYZ | 51.15 | 70.6 | 82.88 | - |
| YUV | 199.25 | 143.09 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 239 | 226 | 0.54 | 0 | 0.05 | 0.06 | 173.91 | 0.8 | 0.69 |
| Hex | 6F | EF | E2 | 36 | 0 | 5 | 6 | AE | 50 | 45 |
| Octal | 157 | 357 | 342 | 66 | 0 | 5 | 6 | 256 | 120 | 105 |
| Binary | 1101111 | 11101111 | 11100010 | 110110 | 0 | 101 | 110 | 10101110 | 1010000 | 1000101 |
Color Harmonies of #6FEFE2
Complementary color
Monochromatic Colors of #6FEFE2
Black with #6FEFE2
Text Example
Text Example
White with #6FEFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEFE2; }
p { color: rgb(111,239,226); }
H1.HeaderClassName
{
color: #6FEFE2;
}
.AnyTagClassName
{
color: #6FEFE2;
}
</style>
background-color css
<style>
a { background-color: #6FEFE2; }
a { background-color: rgb(111,239,226); }
div.DivClassName
{
background-color: #6FEFE2;
}
.BgClassName
{
background-color: #6FEFE2;
}
</style>
border-color css
<style>
span { border-color: #6FEFE2; }
span { border-color: rgb(111,239,226); }
td.TdClassName
{
border-color: #6FEFE2;
}
.TagClassName
{
border-color: #6FEFE2;
}
</style>