Shades of Turquoise #2FFDF1
Tints of Turquoise #2FFDF1
RGB
CMYK
RGB Variations
Color information
#2FFDF1 (or 0x2FFDF1) is known color: Turquoise. HEX triplet: 2F, FD and F1. RGB value is (47,253,241). Sum of RGB (Red+Green+Blue) = 47+253+241=541 (71% of max value = 765). Red value is 47 (18.75% from 255 or 8.69% from 541); Green value is 253 (99.22% from 255 or 46.77% from 541); Blue value is 241 (94.53% from 255 or 44.55% from 541); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFDF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFDF1 is #D0020E. Grayscale: #BDBDBD. Windows color (decimal): -13632015 or 15858991. OLE color: 15858991.
HSL color Cylindrical-coordinate representation of color #2FFDF1: hue angle of 176.5º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFDF1 is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 241 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.01 |
| HSL | 176.5º | 0.98% | 0.59% | - |
| HSV(B) | 176.5º | 0.81% | 0.99% | - |
| XYZ | 52.17 | 77.21 | 95.37 | - |
| YUV | 190.04 | 156.75 | 25.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 241 | 0.81 | 0 | 0.05 | 0.01 | 176.5 | 0.98 | 0.59 |
| Hex | 2F | FD | F1 | 51 | 0 | 5 | 1 | B1 | 62 | 3B |
| Octal | 57 | 375 | 361 | 121 | 0 | 5 | 1 | 261 | 142 | 73 |
| Binary | 101111 | 11111101 | 11110001 | 1010001 | 0 | 101 | 1 | 10110001 | 1100010 | 111011 |
Color Harmonies of #2FFDF1
Complementary color
Monochromatic Colors of #2FFDF1
Black with #2FFDF1
Text Example
Text Example
White with #2FFDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFDF1; }
p { color: rgb(47,253,241); }
H1.HeaderClassName
{
color: #2FFDF1;
}
.AnyTagClassName
{
color: #2FFDF1;
}
</style>
background-color css
<style>
a { background-color: #2FFDF1; }
a { background-color: rgb(47,253,241); }
div.DivClassName
{
background-color: #2FFDF1;
}
.BgClassName
{
background-color: #2FFDF1;
}
</style>
border-color css
<style>
span { border-color: #2FFDF1; }
span { border-color: rgb(47,253,241); }
td.TdClassName
{
border-color: #2FFDF1;
}
.TagClassName
{
border-color: #2FFDF1;
}
</style>