Shades of Medium Turquoise #2FC9D8
Tints of Medium Turquoise #2FC9D8
RGB
CMYK
RGB Variations
Color information
#2FC9D8 (or 0x2FC9D8) is known color: Medium Turquoise. HEX triplet: 2F, C9 and D8. RGB value is (47,201,216). Sum of RGB (Red+Green+Blue) = 47+201+216=464 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.13% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 216 (84.77% from 255 or 46.55% from 464); Max value from RGB is 216 - color contains mainly: blue. Hex color #2FC9D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC9D8 is #D03627. Grayscale: #9C9C9C. Windows color (decimal): -13645352 or 14207279. OLE color: 14207279.
HSL color Cylindrical-coordinate representation of color #2FC9D8: hue angle of 185.33º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FC9D8 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 201 | 216 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.15 |
| HSL | 185.33º | 0.68% | 0.52% | - |
| HSV(B) | 185.33º | 0.78% | 0.85% | - |
| XYZ | 34.45 | 47.34 | 72.29 | - |
| YUV | 156.66 | 161.48 | 49.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 201 | 216 | 0.78 | 0.07 | 0 | 0.15 | 185.33 | 0.68 | 0.52 |
| Hex | 2F | C9 | D8 | 4E | 7 | 0 | F | B9 | 44 | 34 |
| Octal | 57 | 311 | 330 | 116 | 7 | 0 | 17 | 271 | 104 | 64 |
| Binary | 101111 | 11001001 | 11011000 | 1001110 | 111 | 0 | 1111 | 10111001 | 1000100 | 110100 |
Color Harmonies of #2FC9D8
Complementary color
Monochromatic Colors of #2FC9D8
Black with #2FC9D8
Text Example
Text Example
White with #2FC9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC9D8; }
p { color: rgb(47,201,216); }
H1.HeaderClassName
{
color: #2FC9D8;
}
.AnyTagClassName
{
color: #2FC9D8;
}
</style>
background-color css
<style>
a { background-color: #2FC9D8; }
a { background-color: rgb(47,201,216); }
div.DivClassName
{
background-color: #2FC9D8;
}
.BgClassName
{
background-color: #2FC9D8;
}
</style>
border-color css
<style>
span { border-color: #2FC9D8; }
span { border-color: rgb(47,201,216); }
td.TdClassName
{
border-color: #2FC9D8;
}
.TagClassName
{
border-color: #2FC9D8;
}
</style>