Shades of Turquoise #2FF4DC
Tints of Turquoise #2FF4DC
RGB
CMYK
RGB Variations
Color information
#2FF4DC (or 0x2FF4DC) is known color: Turquoise. HEX triplet: 2F, F4 and DC. RGB value is (47,244,220). Sum of RGB (Red+Green+Blue) = 47+244+220=511 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.20% from 511); Green value is 244 (95.70% from 255 or 47.75% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 244 - color contains mainly: green. Hex color #2FF4DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF4DC is #D00B23. Grayscale: #B6B6B6. Windows color (decimal): -13634340 or 14480431. OLE color: 14480431.
HSL color Cylindrical-coordinate representation of color #2FF4DC: hue angle of 172.69º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF4DC is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 244 | 220 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.04 |
| HSL | 172.69º | 0.9% | 0.57% | - |
| HSV(B) | 172.69º | 0.81% | 0.96% | - |
| XYZ | 46.44 | 70.47 | 78.87 | - |
| YUV | 182.36 | 149.23 | 31.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 244 | 220 | 0.81 | 0 | 0.10 | 0.04 | 172.69 | 0.9 | 0.57 |
| Hex | 2F | F4 | DC | 51 | 0 | A | 4 | AD | 5A | 39 |
| Octal | 57 | 364 | 334 | 121 | 0 | 12 | 4 | 255 | 132 | 71 |
| Binary | 101111 | 11110100 | 11011100 | 1010001 | 0 | 1010 | 100 | 10101101 | 1011010 | 111001 |
Color Harmonies of #2FF4DC
Complementary color
Monochromatic Colors of #2FF4DC
Black with #2FF4DC
Text Example
Text Example
White with #2FF4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF4DC; }
p { color: rgb(47,244,220); }
H1.HeaderClassName
{
color: #2FF4DC;
}
.AnyTagClassName
{
color: #2FF4DC;
}
</style>
background-color css
<style>
a { background-color: #2FF4DC; }
a { background-color: rgb(47,244,220); }
div.DivClassName
{
background-color: #2FF4DC;
}
.BgClassName
{
background-color: #2FF4DC;
}
</style>
border-color css
<style>
span { border-color: #2FF4DC; }
span { border-color: rgb(47,244,220); }
td.TdClassName
{
border-color: #2FF4DC;
}
.TagClassName
{
border-color: #2FF4DC;
}
</style>