Shades of Turquoise #2FFAE6
Tints of Turquoise #2FFAE6
RGB
CMYK
RGB Variations
Color information
#2FFAE6 (or 0x2FFAE6) is known color: Turquoise. HEX triplet: 2F, FA and E6. RGB value is (47,250,230). Sum of RGB (Red+Green+Blue) = 47+250+230=527 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.92% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 230 (90.23% from 255 or 43.64% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFAE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFAE6 is #D00519. Grayscale: #BABABA. Windows color (decimal): -13632794 or 15137327. OLE color: 15137327.
HSL color Cylindrical-coordinate representation of color #2FFAE6: hue angle of 174.09º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFAE6 is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 230 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.02 |
| HSL | 174.09º | 0.95% | 0.58% | - |
| HSV(B) | 174.09º | 0.81% | 0.98% | - |
| XYZ | 49.64 | 74.69 | 86.66 | - |
| YUV | 187.02 | 152.25 | 28.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 230 | 0.81 | 0 | 0.08 | 0.02 | 174.09 | 0.95 | 0.58 |
| Hex | 2F | FA | E6 | 51 | 0 | 8 | 2 | AE | 5F | 3A |
| Octal | 57 | 372 | 346 | 121 | 0 | 10 | 2 | 256 | 137 | 72 |
| Binary | 101111 | 11111010 | 11100110 | 1010001 | 0 | 1000 | 10 | 10101110 | 1011111 | 111010 |
Color Harmonies of #2FFAE6
Complementary color
Monochromatic Colors of #2FFAE6
Black with #2FFAE6
Text Example
Text Example
White with #2FFAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFAE6; }
p { color: rgb(47,250,230); }
H1.HeaderClassName
{
color: #2FFAE6;
}
.AnyTagClassName
{
color: #2FFAE6;
}
</style>
background-color css
<style>
a { background-color: #2FFAE6; }
a { background-color: rgb(47,250,230); }
div.DivClassName
{
background-color: #2FFAE6;
}
.BgClassName
{
background-color: #2FFAE6;
}
</style>
border-color css
<style>
span { border-color: #2FFAE6; }
span { border-color: rgb(47,250,230); }
td.TdClassName
{
border-color: #2FFAE6;
}
.TagClassName
{
border-color: #2FFAE6;
}
</style>