Shades of Turquoise #2FFEDF
Tints of Turquoise #2FFEDF
RGB
CMYK
RGB Variations
Color information
#2FFEDF (or 0x2FFEDF) is known color: Turquoise. HEX triplet: 2F, FE and DF. RGB value is (47,254,223). Sum of RGB (Red+Green+Blue) = 47+254+223=524 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.97% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFEDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFEDF is #D00120. Grayscale: #BCBCBC. Windows color (decimal): -13631777 or 14679599. OLE color: 14679599.
HSL color Cylindrical-coordinate representation of color #2FFEDF: hue angle of 171.01º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFEDF is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 223 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.00 |
| HSL | 171.01º | 0.99% | 0.59% | - |
| HSV(B) | 171.01º | 0.81% | 1% | - |
| XYZ | 49.93 | 76.82 | 82.01 | - |
| YUV | 188.57 | 147.42 | 27.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 223 | 0.81 | 0 | 0.12 | 0.00 | 171.01 | 0.99 | 0.59 |
| Hex | 2F | FE | DF | 51 | 0 | C | 0 | AB | 63 | 3B |
| Octal | 57 | 376 | 337 | 121 | 0 | 14 | 0 | 253 | 143 | 73 |
| Binary | 101111 | 11111110 | 11011111 | 1010001 | 0 | 1100 | 0 | 10101011 | 1100011 | 111011 |
Color Harmonies of #2FFEDF
Complementary color
Monochromatic Colors of #2FFEDF
Black with #2FFEDF
Text Example
Text Example
White with #2FFEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFEDF; }
p { color: rgb(47,254,223); }
H1.HeaderClassName
{
color: #2FFEDF;
}
.AnyTagClassName
{
color: #2FFEDF;
}
</style>
background-color css
<style>
a { background-color: #2FFEDF; }
a { background-color: rgb(47,254,223); }
div.DivClassName
{
background-color: #2FFEDF;
}
.BgClassName
{
background-color: #2FFEDF;
}
</style>
border-color css
<style>
span { border-color: #2FFEDF; }
span { border-color: rgb(47,254,223); }
td.TdClassName
{
border-color: #2FFEDF;
}
.TagClassName
{
border-color: #2FFEDF;
}
</style>