Shades of Turquoise #2FFFDE
Tints of Turquoise #2FFFDE
RGB
CMYK
RGB Variations
Color information
#2FFFDE (or 0x2FFFDE) is known color: Turquoise. HEX triplet: 2F, FF and DE. RGB value is (47,255,222). Sum of RGB (Red+Green+Blue) = 47+255+222=524 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.97% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFFDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFFDE is #D00021. Grayscale: #BCBCBC. Windows color (decimal): -13631522 or 14614319. OLE color: 14614319.
HSL color Cylindrical-coordinate representation of color #2FFFDE: hue angle of 170.48º 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 #2FFFDE is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 222 | - |
| CMYK | 0.82 | 0 | 0.13 | 0 |
| HSL | 170.48º | 1% | 0.59% | - |
| HSV(B) | 170.48º | 0.82% | 1% | - |
| XYZ | 50.12 | 77.4 | 81.41 | - |
| YUV | 189.05 | 146.59 | 26.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 222 | 0.82 | 0 | 0.13 | 0 | 170.48 | 1 | 0.59 |
| Hex | 2F | FF | DE | 52 | 0 | D | 0 | AA | 64 | 3B |
| Octal | 57 | 377 | 336 | 122 | 0 | 15 | 0 | 252 | 144 | 73 |
| Binary | 101111 | 11111111 | 11011110 | 1010010 | 0 | 1101 | 0 | 10101010 | 1100100 | 111011 |
Color Harmonies of #2FFFDE
Complementary color
Monochromatic Colors of #2FFFDE
Black with #2FFFDE
Text Example
Text Example
White with #2FFFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFFDE; }
p { color: rgb(47,255,222); }
H1.HeaderClassName
{
color: #2FFFDE;
}
.AnyTagClassName
{
color: #2FFFDE;
}
</style>
background-color css
<style>
a { background-color: #2FFFDE; }
a { background-color: rgb(47,255,222); }
div.DivClassName
{
background-color: #2FFFDE;
}
.BgClassName
{
background-color: #2FFFDE;
}
</style>
border-color css
<style>
span { border-color: #2FFFDE; }
span { border-color: rgb(47,255,222); }
td.TdClassName
{
border-color: #2FFFDE;
}
.TagClassName
{
border-color: #2FFFDE;
}
</style>