Shades of Turquoise #2FF0DA
Tints of Turquoise #2FF0DA
RGB
CMYK
RGB Variations
Color information
#2FF0DA (or 0x2FF0DA) is known color: Turquoise. HEX triplet: 2F, F0 and DA. RGB value is (47,240,218). Sum of RGB (Red+Green+Blue) = 47+240+218=505 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.31% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF0DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF0DA is #D00F25. Grayscale: #B3B3B3. Windows color (decimal): -13635366 or 14348335. OLE color: 14348335.
HSL color Cylindrical-coordinate representation of color #2FF0DA: hue angle of 173.16º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF0DA is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 240 | 218 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.06 |
| HSL | 173.16º | 0.87% | 0.56% | - |
| HSV(B) | 173.16º | 0.8% | 0.94% | - |
| XYZ | 44.99 | 67.99 | 77.08 | - |
| YUV | 179.79 | 149.56 | 33.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 240 | 218 | 0.80 | 0 | 0.09 | 0.06 | 173.16 | 0.87 | 0.56 |
| Hex | 2F | F0 | DA | 50 | 0 | 9 | 6 | AD | 57 | 38 |
| Octal | 57 | 360 | 332 | 120 | 0 | 11 | 6 | 255 | 127 | 70 |
| Binary | 101111 | 11110000 | 11011010 | 1010000 | 0 | 1001 | 110 | 10101101 | 1010111 | 111000 |
Color Harmonies of #2FF0DA
Complementary color
Monochromatic Colors of #2FF0DA
Black with #2FF0DA
Text Example
Text Example
White with #2FF0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF0DA; }
p { color: rgb(47,240,218); }
H1.HeaderClassName
{
color: #2FF0DA;
}
.AnyTagClassName
{
color: #2FF0DA;
}
</style>
background-color css
<style>
a { background-color: #2FF0DA; }
a { background-color: rgb(47,240,218); }
div.DivClassName
{
background-color: #2FF0DA;
}
.BgClassName
{
background-color: #2FF0DA;
}
</style>
border-color css
<style>
span { border-color: #2FF0DA; }
span { border-color: rgb(47,240,218); }
td.TdClassName
{
border-color: #2FF0DA;
}
.TagClassName
{
border-color: #2FF0DA;
}
</style>