Shades of Turquoise #2FDEFA
Tints of Turquoise #2FDEFA
RGB
CMYK
RGB Variations
Color information
#2FDEFA (or 0x2FDEFA) is known color: Turquoise. HEX triplet: 2F, DE and FA. RGB value is (47,222,250). Sum of RGB (Red+Green+Blue) = 47+222+250=519 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.06% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #2FDEFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDEFA is #D02105. Grayscale: #ACACAC. Windows color (decimal): -13639942 or 16440879. OLE color: 16440879.
HSL color Cylindrical-coordinate representation of color #2FDEFA: hue angle of 188.28º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FDEFA is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 222 | 250 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.02 |
| HSL | 188.28º | 0.95% | 0.58% | - |
| HSV(B) | 188.28º | 0.81% | 0.98% | - |
| XYZ | 44.55 | 59.75 | 99.63 | - |
| YUV | 172.87 | 171.52 | 38.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 222 | 250 | 0.81 | 0.11 | 0 | 0.02 | 188.28 | 0.95 | 0.58 |
| Hex | 2F | DE | FA | 51 | B | 0 | 2 | BC | 5F | 3A |
| Octal | 57 | 336 | 372 | 121 | 13 | 0 | 2 | 274 | 137 | 72 |
| Binary | 101111 | 11011110 | 11111010 | 1010001 | 1011 | 0 | 10 | 10111100 | 1011111 | 111010 |
Color Harmonies of #2FDEFA
Complementary color
Monochromatic Colors of #2FDEFA
Black with #2FDEFA
Text Example
Text Example
White with #2FDEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDEFA; }
p { color: rgb(47,222,250); }
H1.HeaderClassName
{
color: #2FDEFA;
}
.AnyTagClassName
{
color: #2FDEFA;
}
</style>
background-color css
<style>
a { background-color: #2FDEFA; }
a { background-color: rgb(47,222,250); }
div.DivClassName
{
background-color: #2FDEFA;
}
.BgClassName
{
background-color: #2FDEFA;
}
</style>
border-color css
<style>
span { border-color: #2FDEFA; }
span { border-color: rgb(47,222,250); }
td.TdClassName
{
border-color: #2FDEFA;
}
.TagClassName
{
border-color: #2FDEFA;
}
</style>