Shades of Turquoise #2FE5DF
Tints of Turquoise #2FE5DF
RGB
CMYK
RGB Variations
Color information
#2FE5DF (or 0x2FE5DF) is known color: Turquoise. HEX triplet: 2F, E5 and DF. RGB value is (47,229,223). Sum of RGB (Red+Green+Blue) = 47+229+223=499 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.42% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE5DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FE5DF is #D01A20. Grayscale: #ADADAD. Windows color (decimal): -13638177 or 14673199. OLE color: 14673199.
HSL color Cylindrical-coordinate representation of color #2FE5DF: hue angle of 178.02º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE5DF is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 229 | 223 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.10 |
| HSL | 178.02º | 0.78% | 0.54% | - |
| HSV(B) | 178.02º | 0.79% | 0.9% | - |
| XYZ | 42.51 | 61.97 | 79.53 | - |
| YUV | 173.9 | 155.7 | 37.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 229 | 223 | 0.79 | 0 | 0.03 | 0.10 | 178.02 | 0.78 | 0.54 |
| Hex | 2F | E5 | DF | 4F | 0 | 3 | A | B2 | 4E | 36 |
| Octal | 57 | 345 | 337 | 117 | 0 | 3 | 12 | 262 | 116 | 66 |
| Binary | 101111 | 11100101 | 11011111 | 1001111 | 0 | 11 | 1010 | 10110010 | 1001110 | 110110 |
Color Harmonies of #2FE5DF
Complementary color
Monochromatic Colors of #2FE5DF
Black with #2FE5DF
Text Example
Text Example
White with #2FE5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE5DF; }
p { color: rgb(47,229,223); }
H1.HeaderClassName
{
color: #2FE5DF;
}
.AnyTagClassName
{
color: #2FE5DF;
}
</style>
background-color css
<style>
a { background-color: #2FE5DF; }
a { background-color: rgb(47,229,223); }
div.DivClassName
{
background-color: #2FE5DF;
}
.BgClassName
{
background-color: #2FE5DF;
}
</style>
border-color css
<style>
span { border-color: #2FE5DF; }
span { border-color: rgb(47,229,223); }
td.TdClassName
{
border-color: #2FE5DF;
}
.TagClassName
{
border-color: #2FE5DF;
}
</style>