Shades of Turquoise #2FCFD5
Tints of Turquoise #2FCFD5
RGB
CMYK
RGB Variations
Color information
#2FCFD5 (or 0x2FCFD5) is known color: Turquoise. HEX triplet: 2F, CF and D5. RGB value is (47,207,213). Sum of RGB (Red+Green+Blue) = 47+207+213=467 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.06% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 213 - color contains mainly: blue. Hex color #2FCFD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCFD5 is #D0302A. Grayscale: #9F9F9F. Windows color (decimal): -13643819 or 14012207. OLE color: 14012207.
HSL color Cylindrical-coordinate representation of color #2FCFD5: hue angle of 182.17º 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 #2FCFD5 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 207 | 213 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.16 |
| HSL | 182.17º | 0.66% | 0.51% | - |
| HSV(B) | 182.17º | 0.78% | 0.84% | - |
| XYZ | 35.5 | 50.03 | 70.74 | - |
| YUV | 159.84 | 157.99 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 213 | 0.78 | 0.03 | 0 | 0.16 | 182.17 | 0.66 | 0.51 |
| Hex | 2F | CF | D5 | 4E | 3 | 0 | 10 | B6 | 42 | 33 |
| Octal | 57 | 317 | 325 | 116 | 3 | 0 | 20 | 266 | 102 | 63 |
| Binary | 101111 | 11001111 | 11010101 | 1001110 | 11 | 0 | 10000 | 10110110 | 1000010 | 110011 |
Color Harmonies of #2FCFD5
Complementary color
Monochromatic Colors of #2FCFD5
Black with #2FCFD5
Text Example
Text Example
White with #2FCFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCFD5; }
p { color: rgb(47,207,213); }
H1.HeaderClassName
{
color: #2FCFD5;
}
.AnyTagClassName
{
color: #2FCFD5;
}
</style>
background-color css
<style>
a { background-color: #2FCFD5; }
a { background-color: rgb(47,207,213); }
div.DivClassName
{
background-color: #2FCFD5;
}
.BgClassName
{
background-color: #2FCFD5;
}
</style>
border-color css
<style>
span { border-color: #2FCFD5; }
span { border-color: rgb(47,207,213); }
td.TdClassName
{
border-color: #2FCFD5;
}
.TagClassName
{
border-color: #2FCFD5;
}
</style>