Shades of Turquoise #2FE8DD
Tints of Turquoise #2FE8DD
RGB
CMYK
RGB Variations
Color information
#2FE8DD (or 0x2FE8DD) is known color: Turquoise. HEX triplet: 2F, E8 and DD. RGB value is (47,232,221). Sum of RGB (Red+Green+Blue) = 47+232+221=500 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.4% from 500); Green value is 232 (91.02% from 255 or 46.4% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 232 - color contains mainly: green. Hex color #2FE8DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FE8DD is #D01722. Grayscale: #AFAFAF. Windows color (decimal): -13637411 or 14542895. OLE color: 14542895.
HSL color Cylindrical-coordinate representation of color #2FE8DD: hue angle of 176.43º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE8DD is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 232 | 221 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.09 |
| HSL | 176.43º | 0.8% | 0.55% | - |
| HSV(B) | 176.43º | 0.8% | 0.91% | - |
| XYZ | 43.08 | 63.54 | 78.4 | - |
| YUV | 175.43 | 153.71 | 36.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 232 | 221 | 0.80 | 0 | 0.05 | 0.09 | 176.43 | 0.8 | 0.55 |
| Hex | 2F | E8 | DD | 50 | 0 | 5 | 9 | B0 | 50 | 37 |
| Octal | 57 | 350 | 335 | 120 | 0 | 5 | 11 | 260 | 120 | 67 |
| Binary | 101111 | 11101000 | 11011101 | 1010000 | 0 | 101 | 1001 | 10110000 | 1010000 | 110111 |
Color Harmonies of #2FE8DD
Complementary color
Monochromatic Colors of #2FE8DD
Black with #2FE8DD
Text Example
Text Example
White with #2FE8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE8DD; }
p { color: rgb(47,232,221); }
H1.HeaderClassName
{
color: #2FE8DD;
}
.AnyTagClassName
{
color: #2FE8DD;
}
</style>
background-color css
<style>
a { background-color: #2FE8DD; }
a { background-color: rgb(47,232,221); }
div.DivClassName
{
background-color: #2FE8DD;
}
.BgClassName
{
background-color: #2FE8DD;
}
</style>
border-color css
<style>
span { border-color: #2FE8DD; }
span { border-color: rgb(47,232,221); }
td.TdClassName
{
border-color: #2FE8DD;
}
.TagClassName
{
border-color: #2FE8DD;
}
</style>