Shades of Turquoise #2FE9FA
Tints of Turquoise #2FE9FA
RGB
CMYK
RGB Variations
Color information
#2FE9FA (or 0x2FE9FA) is known color: Turquoise. HEX triplet: 2F, E9 and FA. RGB value is (47,233,250). Sum of RGB (Red+Green+Blue) = 47+233+250=530 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.87% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #2FE9FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FE9FA is #D01605. Grayscale: #B3B3B3. Windows color (decimal): -13637126 or 16443695. OLE color: 16443695.
HSL color Cylindrical-coordinate representation of color #2FE9FA: hue angle of 185.02º 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 #2FE9FA is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 233 | 250 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.02 |
| HSL | 185.02º | 0.95% | 0.58% | - |
| HSV(B) | 185.02º | 0.81% | 0.98% | - |
| XYZ | 47.57 | 65.78 | 100.63 | - |
| YUV | 179.32 | 167.88 | 33.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 233 | 250 | 0.81 | 0.07 | 0 | 0.02 | 185.02 | 0.95 | 0.58 |
| Hex | 2F | E9 | FA | 51 | 7 | 0 | 2 | B9 | 5F | 3A |
| Octal | 57 | 351 | 372 | 121 | 7 | 0 | 2 | 271 | 137 | 72 |
| Binary | 101111 | 11101001 | 11111010 | 1010001 | 111 | 0 | 10 | 10111001 | 1011111 | 111010 |
Color Harmonies of #2FE9FA
Complementary color
Monochromatic Colors of #2FE9FA
Black with #2FE9FA
Text Example
Text Example
White with #2FE9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE9FA; }
p { color: rgb(47,233,250); }
H1.HeaderClassName
{
color: #2FE9FA;
}
.AnyTagClassName
{
color: #2FE9FA;
}
</style>
background-color css
<style>
a { background-color: #2FE9FA; }
a { background-color: rgb(47,233,250); }
div.DivClassName
{
background-color: #2FE9FA;
}
.BgClassName
{
background-color: #2FE9FA;
}
</style>
border-color css
<style>
span { border-color: #2FE9FA; }
span { border-color: rgb(47,233,250); }
td.TdClassName
{
border-color: #2FE9FA;
}
.TagClassName
{
border-color: #2FE9FA;
}
</style>