Shades of Turquoise #2FF1DF
Tints of Turquoise #2FF1DF
RGB
CMYK
RGB Variations
Color information
#2FF1DF (or 0x2FF1DF) is known color: Turquoise. HEX triplet: 2F, F1 and DF. RGB value is (47,241,223). Sum of RGB (Red+Green+Blue) = 47+241+223=511 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.20% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF1DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF1DF is #D00E20. Grayscale: #B4B4B4. Windows color (decimal): -13635105 or 14676271. OLE color: 14676271.
HSL color Cylindrical-coordinate representation of color #2FF1DF: hue angle of 174.43º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF1DF is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 241 | 223 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.05 |
| HSL | 174.43º | 0.87% | 0.56% | - |
| HSV(B) | 174.43º | 0.8% | 0.95% | - |
| XYZ | 45.95 | 68.84 | 80.68 | - |
| YUV | 180.94 | 151.73 | 32.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 241 | 223 | 0.80 | 0 | 0.07 | 0.05 | 174.43 | 0.87 | 0.56 |
| Hex | 2F | F1 | DF | 50 | 0 | 7 | 5 | AE | 57 | 38 |
| Octal | 57 | 361 | 337 | 120 | 0 | 7 | 5 | 256 | 127 | 70 |
| Binary | 101111 | 11110001 | 11011111 | 1010000 | 0 | 111 | 101 | 10101110 | 1010111 | 111000 |
Color Harmonies of #2FF1DF
Complementary color
Monochromatic Colors of #2FF1DF
Black with #2FF1DF
Text Example
Text Example
White with #2FF1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF1DF; }
p { color: rgb(47,241,223); }
H1.HeaderClassName
{
color: #2FF1DF;
}
.AnyTagClassName
{
color: #2FF1DF;
}
</style>
background-color css
<style>
a { background-color: #2FF1DF; }
a { background-color: rgb(47,241,223); }
div.DivClassName
{
background-color: #2FF1DF;
}
.BgClassName
{
background-color: #2FF1DF;
}
</style>
border-color css
<style>
span { border-color: #2FF1DF; }
span { border-color: rgb(47,241,223); }
td.TdClassName
{
border-color: #2FF1DF;
}
.TagClassName
{
border-color: #2FF1DF;
}
</style>