Shades of Turquoise #2FF8E6
Tints of Turquoise #2FF8E6
RGB
CMYK
RGB Variations
Color information
#2FF8E6 (or 0x2FF8E6) is known color: Turquoise. HEX triplet: 2F, F8 and E6. RGB value is (47,248,230). Sum of RGB (Red+Green+Blue) = 47+248+230=525 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.95% from 525); Green value is 248 (97.27% from 255 or 47.24% from 525); Blue value is 230 (90.23% from 255 or 43.81% from 525); Max value from RGB is 248 - color contains mainly: green. Hex color #2FF8E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FF8E6 is #D00719. Grayscale: #B9B9B9. Windows color (decimal): -13633306 or 15136815. OLE color: 15136815.
HSL color Cylindrical-coordinate representation of color #2FF8E6: hue angle of 174.63º 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 #2FF8E6 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 248 | 230 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.03 |
| HSL | 174.63º | 0.93% | 0.58% | - |
| HSV(B) | 174.63º | 0.81% | 0.97% | - |
| XYZ | 49.02 | 73.45 | 86.46 | - |
| YUV | 185.85 | 152.91 | 28.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 248 | 230 | 0.81 | 0 | 0.07 | 0.03 | 174.63 | 0.93 | 0.58 |
| Hex | 2F | F8 | E6 | 51 | 0 | 7 | 3 | AF | 5D | 3A |
| Octal | 57 | 370 | 346 | 121 | 0 | 7 | 3 | 257 | 135 | 72 |
| Binary | 101111 | 11111000 | 11100110 | 1010001 | 0 | 111 | 11 | 10101111 | 1011101 | 111010 |
Color Harmonies of #2FF8E6
Complementary color
Monochromatic Colors of #2FF8E6
Black with #2FF8E6
Text Example
Text Example
White with #2FF8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF8E6; }
p { color: rgb(47,248,230); }
H1.HeaderClassName
{
color: #2FF8E6;
}
.AnyTagClassName
{
color: #2FF8E6;
}
</style>
background-color css
<style>
a { background-color: #2FF8E6; }
a { background-color: rgb(47,248,230); }
div.DivClassName
{
background-color: #2FF8E6;
}
.BgClassName
{
background-color: #2FF8E6;
}
</style>
border-color css
<style>
span { border-color: #2FF8E6; }
span { border-color: rgb(47,248,230); }
td.TdClassName
{
border-color: #2FF8E6;
}
.TagClassName
{
border-color: #2FF8E6;
}
</style>