Shades of Turquoise #2FD5CF
Tints of Turquoise #2FD5CF
RGB
CMYK
RGB Variations
Color information
#2FD5CF (or 0x2FD5CF) is known color: Turquoise. HEX triplet: 2F, D5 and CF. RGB value is (47,213,207). Sum of RGB (Red+Green+Blue) = 47+213+207=467 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.06% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FD5CF is #D02A30. Grayscale: #A2A2A2. Windows color (decimal): -13642289 or 13620527. OLE color: 13620527.
HSL color Cylindrical-coordinate representation of color #2FD5CF: hue angle of 177.83º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD5CF is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 213 | 207 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.16 |
| HSL | 177.83º | 0.66% | 0.51% | - |
| HSV(B) | 177.83º | 0.78% | 0.84% | - |
| XYZ | 36.23 | 52.7 | 67.29 | - |
| YUV | 162.68 | 153 | 45.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 213 | 207 | 0.78 | 0 | 0.03 | 0.16 | 177.83 | 0.66 | 0.51 |
| Hex | 2F | D5 | CF | 4E | 0 | 3 | 10 | B2 | 42 | 33 |
| Octal | 57 | 325 | 317 | 116 | 0 | 3 | 20 | 262 | 102 | 63 |
| Binary | 101111 | 11010101 | 11001111 | 1001110 | 0 | 11 | 10000 | 10110010 | 1000010 | 110011 |
Color Harmonies of #2FD5CF
Complementary color
Monochromatic Colors of #2FD5CF
Black with #2FD5CF
Text Example
Text Example
White with #2FD5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD5CF; }
p { color: rgb(47,213,207); }
H1.HeaderClassName
{
color: #2FD5CF;
}
.AnyTagClassName
{
color: #2FD5CF;
}
</style>
background-color css
<style>
a { background-color: #2FD5CF; }
a { background-color: rgb(47,213,207); }
div.DivClassName
{
background-color: #2FD5CF;
}
.BgClassName
{
background-color: #2FD5CF;
}
</style>
border-color css
<style>
span { border-color: #2FD5CF; }
span { border-color: rgb(47,213,207); }
td.TdClassName
{
border-color: #2FD5CF;
}
.TagClassName
{
border-color: #2FD5CF;
}
</style>