Shades of Turquoise #2FDCE3
Tints of Turquoise #2FDCE3
RGB
CMYK
RGB Variations
Color information
#2FDCE3 (or 0x2FDCE3) is known color: Turquoise. HEX triplet: 2F, DC and E3. RGB value is (47,220,227). Sum of RGB (Red+Green+Blue) = 47+220+227=494 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.51% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 227 (89.06% from 255 or 45.95% from 494); Max value from RGB is 227 - color contains mainly: blue. Hex color #2FDCE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDCE3 is #D0231C. Grayscale: #A8A8A8. Windows color (decimal): -13640477 or 14933039. OLE color: 14933039.
HSL color Cylindrical-coordinate representation of color #2FDCE3: hue angle of 182.33º degrees, saturation: 0.76, 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 #2FDCE3 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 220 | 227 | - |
| CMYK | 0.79 | 0.03 | 0 | 0.11 |
| HSL | 182.33º | 0.76% | 0.54% | - |
| HSV(B) | 182.33º | 0.79% | 0.89% | - |
| XYZ | 40.63 | 57.34 | 81.6 | - |
| YUV | 169.07 | 160.69 | 40.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 227 | 0.79 | 0.03 | 0 | 0.11 | 182.33 | 0.76 | 0.54 |
| Hex | 2F | DC | E3 | 4F | 3 | 0 | B | B6 | 4C | 36 |
| Octal | 57 | 334 | 343 | 117 | 3 | 0 | 13 | 266 | 114 | 66 |
| Binary | 101111 | 11011100 | 11100011 | 1001111 | 11 | 0 | 1011 | 10110110 | 1001100 | 110110 |
Color Harmonies of #2FDCE3
Complementary color
Monochromatic Colors of #2FDCE3
Black with #2FDCE3
Text Example
Text Example
White with #2FDCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDCE3; }
p { color: rgb(47,220,227); }
H1.HeaderClassName
{
color: #2FDCE3;
}
.AnyTagClassName
{
color: #2FDCE3;
}
</style>
background-color css
<style>
a { background-color: #2FDCE3; }
a { background-color: rgb(47,220,227); }
div.DivClassName
{
background-color: #2FDCE3;
}
.BgClassName
{
background-color: #2FDCE3;
}
</style>
border-color css
<style>
span { border-color: #2FDCE3; }
span { border-color: rgb(47,220,227); }
td.TdClassName
{
border-color: #2FDCE3;
}
.TagClassName
{
border-color: #2FDCE3;
}
</style>