Shades of Medium Turquoise #2FCBD0
Tints of Medium Turquoise #2FCBD0
RGB
CMYK
RGB Variations
Color information
#2FCBD0 (or 0x2FCBD0) is known color: Medium Turquoise. HEX triplet: 2F, CB and D0. RGB value is (47,203,208). Sum of RGB (Red+Green+Blue) = 47+203+208=458 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.26% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 208 - color contains mainly: blue. Hex color #2FCBD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCBD0 is #D0342F. Grayscale: #9C9C9C. Windows color (decimal): -13644848 or 13683503. OLE color: 13683503.
HSL color Cylindrical-coordinate representation of color #2FCBD0: hue angle of 181.86º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCBD0 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 47 | 203 | 208 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.18 |
| HSL | 181.86º | 0.63% | 0.5% | - |
| HSV(B) | 181.86º | 0.77% | 0.82% | - |
| XYZ | 33.91 | 47.87 | 67.13 | - |
| YUV | 156.93 | 156.82 | 49.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 208 | 0.77 | 0.02 | 0 | 0.18 | 181.86 | 0.63 | 0.5 |
| Hex | 2F | CB | D0 | 4D | 2 | 0 | 12 | B6 | 3F | 32 |
| Octal | 57 | 313 | 320 | 115 | 2 | 0 | 22 | 266 | 77 | 62 |
| Binary | 101111 | 11001011 | 11010000 | 1001101 | 10 | 0 | 10010 | 10110110 | 111111 | 110010 |
Color Harmonies of #2FCBD0
Complementary color
Monochromatic Colors of #2FCBD0
Black with #2FCBD0
Text Example
Text Example
White with #2FCBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCBD0; }
p { color: rgb(47,203,208); }
H1.HeaderClassName
{
color: #2FCBD0;
}
.AnyTagClassName
{
color: #2FCBD0;
}
</style>
background-color css
<style>
a { background-color: #2FCBD0; }
a { background-color: rgb(47,203,208); }
div.DivClassName
{
background-color: #2FCBD0;
}
.BgClassName
{
background-color: #2FCBD0;
}
</style>
border-color css
<style>
span { border-color: #2FCBD0; }
span { border-color: rgb(47,203,208); }
td.TdClassName
{
border-color: #2FCBD0;
}
.TagClassName
{
border-color: #2FCBD0;
}
</style>