Shades of Turquoise #2FF2DE
Tints of Turquoise #2FF2DE
RGB
CMYK
RGB Variations
Color information
#2FF2DE (or 0x2FF2DE) is known color: Turquoise. HEX triplet: 2F, F2 and DE. RGB value is (47,242,222). Sum of RGB (Red+Green+Blue) = 47+242+222=511 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.20% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF2DE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF2DE is #D00D21. Grayscale: #B5B5B5. Windows color (decimal): -13634850 or 14610991. OLE color: 14610991.
HSL color Cylindrical-coordinate representation of color #2FF2DE: hue angle of 173.85º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF2DE is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 242 | 222 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.05 |
| HSL | 173.85º | 0.88% | 0.57% | - |
| HSV(B) | 173.85º | 0.81% | 0.95% | - |
| XYZ | 46.11 | 69.38 | 80.07 | - |
| YUV | 181.42 | 150.9 | 32.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 242 | 222 | 0.81 | 0 | 0.08 | 0.05 | 173.85 | 0.88 | 0.57 |
| Hex | 2F | F2 | DE | 51 | 0 | 8 | 5 | AE | 58 | 39 |
| Octal | 57 | 362 | 336 | 121 | 0 | 10 | 5 | 256 | 130 | 71 |
| Binary | 101111 | 11110010 | 11011110 | 1010001 | 0 | 1000 | 101 | 10101110 | 1011000 | 111001 |
Color Harmonies of #2FF2DE
Complementary color
Monochromatic Colors of #2FF2DE
Black with #2FF2DE
Text Example
Text Example
White with #2FF2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF2DE; }
p { color: rgb(47,242,222); }
H1.HeaderClassName
{
color: #2FF2DE;
}
.AnyTagClassName
{
color: #2FF2DE;
}
</style>
background-color css
<style>
a { background-color: #2FF2DE; }
a { background-color: rgb(47,242,222); }
div.DivClassName
{
background-color: #2FF2DE;
}
.BgClassName
{
background-color: #2FF2DE;
}
</style>
border-color css
<style>
span { border-color: #2FF2DE; }
span { border-color: rgb(47,242,222); }
td.TdClassName
{
border-color: #2FF2DE;
}
.TagClassName
{
border-color: #2FF2DE;
}
</style>