Shades of Turquoise #2FDCE4
Tints of Turquoise #2FDCE4
RGB
CMYK
RGB Variations
Color information
#2FDCE4 (or 0x2FDCE4) is known color: Turquoise. HEX triplet: 2F, DC and E4. RGB value is (47,220,228). Sum of RGB (Red+Green+Blue) = 47+220+228=495 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.49% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 228 (89.45% from 255 or 46.06% from 495); Max value from RGB is 228 - color contains mainly: blue. Hex color #2FDCE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDCE4 is #D0231B. Grayscale: #A8A8A8. Windows color (decimal): -13640476 or 14998575. OLE color: 14998575.
HSL color Cylindrical-coordinate representation of color #2FDCE4: hue angle of 182.65º 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 #2FDCE4 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 220 | 228 | - |
| CMYK | 0.79 | 0.04 | 0 | 0.11 |
| HSL | 182.65º | 0.77% | 0.54% | - |
| HSV(B) | 182.65º | 0.79% | 0.89% | - |
| XYZ | 40.77 | 57.39 | 82.33 | - |
| YUV | 169.19 | 161.19 | 40.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 228 | 0.79 | 0.04 | 0 | 0.11 | 182.65 | 0.77 | 0.54 |
| Hex | 2F | DC | E4 | 4F | 4 | 0 | B | B7 | 4D | 36 |
| Octal | 57 | 334 | 344 | 117 | 4 | 0 | 13 | 267 | 115 | 66 |
| Binary | 101111 | 11011100 | 11100100 | 1001111 | 100 | 0 | 1011 | 10110111 | 1001101 | 110110 |
Color Harmonies of #2FDCE4
Complementary color
Monochromatic Colors of #2FDCE4
Black with #2FDCE4
Text Example
Text Example
White with #2FDCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDCE4; }
p { color: rgb(47,220,228); }
H1.HeaderClassName
{
color: #2FDCE4;
}
.AnyTagClassName
{
color: #2FDCE4;
}
</style>
background-color css
<style>
a { background-color: #2FDCE4; }
a { background-color: rgb(47,220,228); }
div.DivClassName
{
background-color: #2FDCE4;
}
.BgClassName
{
background-color: #2FDCE4;
}
</style>
border-color css
<style>
span { border-color: #2FDCE4; }
span { border-color: rgb(47,220,228); }
td.TdClassName
{
border-color: #2FDCE4;
}
.TagClassName
{
border-color: #2FDCE4;
}
</style>