Shades of Turquoise #2FF7E6
Tints of Turquoise #2FF7E6
RGB
CMYK
RGB Variations
Color information
#2FF7E6 (or 0x2FF7E6) is known color: Turquoise. HEX triplet: 2F, F7 and E6. RGB value is (47,247,230). Sum of RGB (Red+Green+Blue) = 47+247+230=524 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.97% from 524); Green value is 247 (96.88% from 255 or 47.14% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 247 - color contains mainly: green. Hex color #2FF7E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FF7E6 is #D00819. Grayscale: #B9B9B9. Windows color (decimal): -13633562 or 15136559. OLE color: 15136559.
HSL color Cylindrical-coordinate representation of color #2FF7E6: hue angle of 174.9º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF7E6 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 247 | 230 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.03 |
| HSL | 174.9º | 0.93% | 0.58% | - |
| HSV(B) | 174.9º | 0.81% | 0.97% | - |
| XYZ | 48.72 | 72.84 | 86.35 | - |
| YUV | 185.26 | 153.24 | 29.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 247 | 230 | 0.81 | 0 | 0.07 | 0.03 | 174.9 | 0.93 | 0.58 |
| Hex | 2F | F7 | E6 | 51 | 0 | 7 | 3 | AF | 5D | 3A |
| Octal | 57 | 367 | 346 | 121 | 0 | 7 | 3 | 257 | 135 | 72 |
| Binary | 101111 | 11110111 | 11100110 | 1010001 | 0 | 111 | 11 | 10101111 | 1011101 | 111010 |
Color Harmonies of #2FF7E6
Complementary color
Monochromatic Colors of #2FF7E6
Black with #2FF7E6
Text Example
Text Example
White with #2FF7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF7E6; }
p { color: rgb(47,247,230); }
H1.HeaderClassName
{
color: #2FF7E6;
}
.AnyTagClassName
{
color: #2FF7E6;
}
</style>
background-color css
<style>
a { background-color: #2FF7E6; }
a { background-color: rgb(47,247,230); }
div.DivClassName
{
background-color: #2FF7E6;
}
.BgClassName
{
background-color: #2FF7E6;
}
</style>
border-color css
<style>
span { border-color: #2FF7E6; }
span { border-color: rgb(47,247,230); }
td.TdClassName
{
border-color: #2FF7E6;
}
.TagClassName
{
border-color: #2FF7E6;
}
</style>