Shades of Turquoise #2FFFF1
Tints of Turquoise #2FFFF1
RGB
CMYK
RGB Variations
Color information
#2FFFF1 (or 0x2FFFF1) is known color: Turquoise. HEX triplet: 2F, FF and F1. RGB value is (47,255,241). Sum of RGB (Red+Green+Blue) = 47+255+241=543 (71% of max value = 765). Red value is 47 (18.75% from 255 or 8.66% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 241 (94.53% from 255 or 44.38% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFFF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFFF1 is #D0000E. Grayscale: #BFBFBF. Windows color (decimal): -13631503 or 15859503. OLE color: 15859503.
HSL color Cylindrical-coordinate representation of color #2FFFF1: hue angle of 175.96º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FFFF1 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 241 | - |
| CMYK | 0.82 | 0 | 0.05 | 0 |
| HSL | 175.96º | 1% | 0.59% | - |
| HSV(B) | 175.96º | 0.82% | 1% | - |
| XYZ | 52.81 | 78.48 | 95.58 | - |
| YUV | 191.21 | 156.09 | 25.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 241 | 0.82 | 0 | 0.05 | 0 | 175.96 | 1 | 0.59 |
| Hex | 2F | FF | F1 | 52 | 0 | 5 | 0 | B0 | 64 | 3B |
| Octal | 57 | 377 | 361 | 122 | 0 | 5 | 0 | 260 | 144 | 73 |
| Binary | 101111 | 11111111 | 11110001 | 1010010 | 0 | 101 | 0 | 10110000 | 1100100 | 111011 |
Color Harmonies of #2FFFF1
Complementary color
Monochromatic Colors of #2FFFF1
Black with #2FFFF1
Text Example
Text Example
White with #2FFFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFFF1; }
p { color: rgb(47,255,241); }
H1.HeaderClassName
{
color: #2FFFF1;
}
.AnyTagClassName
{
color: #2FFFF1;
}
</style>
background-color css
<style>
a { background-color: #2FFFF1; }
a { background-color: rgb(47,255,241); }
div.DivClassName
{
background-color: #2FFFF1;
}
.BgClassName
{
background-color: #2FFFF1;
}
</style>
border-color css
<style>
span { border-color: #2FFFF1; }
span { border-color: rgb(47,255,241); }
td.TdClassName
{
border-color: #2FFFF1;
}
.TagClassName
{
border-color: #2FFFF1;
}
</style>