Shades of Turquoise #2FD0E5
Tints of Turquoise #2FD0E5
RGB
CMYK
RGB Variations
Color information
#2FD0E5 (or 0x2FD0E5) is known color: Turquoise. HEX triplet: 2F, D0 and E5. RGB value is (47,208,229). Sum of RGB (Red+Green+Blue) = 47+208+229=484 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.71% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: blue. Hex color #2FD0E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FD0E5 is #D02F1A. Grayscale: #A2A2A2. Windows color (decimal): -13643547 or 15061039. OLE color: 15061039.
HSL color Cylindrical-coordinate representation of color #2FD0E5: hue angle of 186.92º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FD0E5 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 208 | 229 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.10 |
| HSL | 186.92º | 0.78% | 0.54% | - |
| HSV(B) | 186.92º | 0.79% | 0.9% | - |
| XYZ | 37.87 | 51.37 | 82.05 | - |
| YUV | 162.26 | 165.66 | 45.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 208 | 229 | 0.79 | 0.09 | 0 | 0.10 | 186.92 | 0.78 | 0.54 |
| Hex | 2F | D0 | E5 | 4F | 9 | 0 | A | BB | 4E | 36 |
| Octal | 57 | 320 | 345 | 117 | 11 | 0 | 12 | 273 | 116 | 66 |
| Binary | 101111 | 11010000 | 11100101 | 1001111 | 1001 | 0 | 1010 | 10111011 | 1001110 | 110110 |
Color Harmonies of #2FD0E5
Complementary color
Monochromatic Colors of #2FD0E5
Black with #2FD0E5
Text Example
Text Example
White with #2FD0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD0E5; }
p { color: rgb(47,208,229); }
H1.HeaderClassName
{
color: #2FD0E5;
}
.AnyTagClassName
{
color: #2FD0E5;
}
</style>
background-color css
<style>
a { background-color: #2FD0E5; }
a { background-color: rgb(47,208,229); }
div.DivClassName
{
background-color: #2FD0E5;
}
.BgClassName
{
background-color: #2FD0E5;
}
</style>
border-color css
<style>
span { border-color: #2FD0E5; }
span { border-color: rgb(47,208,229); }
td.TdClassName
{
border-color: #2FD0E5;
}
.TagClassName
{
border-color: #2FD0E5;
}
</style>