Shades of Turquoise #2FE9DF
Tints of Turquoise #2FE9DF
RGB
CMYK
RGB Variations
Color information
#2FE9DF (or 0x2FE9DF) is known color: Turquoise. HEX triplet: 2F, E9 and DF. RGB value is (47,233,223). Sum of RGB (Red+Green+Blue) = 47+233+223=503 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.34% from 503); Green value is 233 (91.41% from 255 or 46.32% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE9DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FE9DF is #D01620. Grayscale: #B0B0B0. Windows color (decimal): -13637153 or 14674223. OLE color: 14674223.
HSL color Cylindrical-coordinate representation of color #2FE9DF: hue angle of 176.77º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE9DF is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 233 | 223 | - |
| CMYK | 0.80 | 0 | 0.04 | 0.09 |
| HSL | 176.77º | 0.81% | 0.55% | - |
| HSV(B) | 176.77º | 0.8% | 0.91% | - |
| XYZ | 43.63 | 64.21 | 79.91 | - |
| YUV | 176.25 | 154.38 | 35.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 233 | 223 | 0.80 | 0 | 0.04 | 0.09 | 176.77 | 0.81 | 0.55 |
| Hex | 2F | E9 | DF | 50 | 0 | 4 | 9 | B1 | 51 | 37 |
| Octal | 57 | 351 | 337 | 120 | 0 | 4 | 11 | 261 | 121 | 67 |
| Binary | 101111 | 11101001 | 11011111 | 1010000 | 0 | 100 | 1001 | 10110001 | 1010001 | 110111 |
Color Harmonies of #2FE9DF
Complementary color
Monochromatic Colors of #2FE9DF
Black with #2FE9DF
Text Example
Text Example
White with #2FE9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE9DF; }
p { color: rgb(47,233,223); }
H1.HeaderClassName
{
color: #2FE9DF;
}
.AnyTagClassName
{
color: #2FE9DF;
}
</style>
background-color css
<style>
a { background-color: #2FE9DF; }
a { background-color: rgb(47,233,223); }
div.DivClassName
{
background-color: #2FE9DF;
}
.BgClassName
{
background-color: #2FE9DF;
}
</style>
border-color css
<style>
span { border-color: #2FE9DF; }
span { border-color: rgb(47,233,223); }
td.TdClassName
{
border-color: #2FE9DF;
}
.TagClassName
{
border-color: #2FE9DF;
}
</style>