Shades of Turquoise #2FDEE4
Tints of Turquoise #2FDEE4
RGB
CMYK
RGB Variations
Color information
#2FDEE4 (or 0x2FDEE4) is known color: Turquoise. HEX triplet: 2F, DE and E4. RGB value is (47,222,228). Sum of RGB (Red+Green+Blue) = 47+222+228=497 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.46% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 228 (89.45% from 255 or 45.88% from 497); Max value from RGB is 228 - color contains mainly: blue. Hex color #2FDEE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDEE4 is #D0211B. Grayscale: #AAAAAA. Windows color (decimal): -13639964 or 14999087. OLE color: 14999087.
HSL color Cylindrical-coordinate representation of color #2FDEE4: hue angle of 181.99º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDEE4 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 222 | 228 | - |
| CMYK | 0.79 | 0.03 | 0 | 0.11 |
| HSL | 181.99º | 0.77% | 0.54% | - |
| HSV(B) | 181.99º | 0.79% | 0.89% | - |
| XYZ | 41.3 | 58.45 | 82.5 | - |
| YUV | 170.36 | 160.52 | 40.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 222 | 228 | 0.79 | 0.03 | 0 | 0.11 | 181.99 | 0.77 | 0.54 |
| Hex | 2F | DE | E4 | 4F | 3 | 0 | B | B6 | 4D | 36 |
| Octal | 57 | 336 | 344 | 117 | 3 | 0 | 13 | 266 | 115 | 66 |
| Binary | 101111 | 11011110 | 11100100 | 1001111 | 11 | 0 | 1011 | 10110110 | 1001101 | 110110 |
Color Harmonies of #2FDEE4
Complementary color
Monochromatic Colors of #2FDEE4
Black with #2FDEE4
Text Example
Text Example
White with #2FDEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDEE4; }
p { color: rgb(47,222,228); }
H1.HeaderClassName
{
color: #2FDEE4;
}
.AnyTagClassName
{
color: #2FDEE4;
}
</style>
background-color css
<style>
a { background-color: #2FDEE4; }
a { background-color: rgb(47,222,228); }
div.DivClassName
{
background-color: #2FDEE4;
}
.BgClassName
{
background-color: #2FDEE4;
}
</style>
border-color css
<style>
span { border-color: #2FDEE4; }
span { border-color: rgb(47,222,228); }
td.TdClassName
{
border-color: #2FDEE4;
}
.TagClassName
{
border-color: #2FDEE4;
}
</style>