Shades of Medium Turquoise #2FCBCE
Tints of Medium Turquoise #2FCBCE
RGB
CMYK
RGB Variations
Color information
#2FCBCE (or 0x2FCBCE) is known color: Medium Turquoise. HEX triplet: 2F, CB and CE. RGB value is (47,203,206). Sum of RGB (Red+Green+Blue) = 47+203+206=456 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.31% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #2FCBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCBCE is #D03431. Grayscale: #9C9C9C. Windows color (decimal): -13644850 or 13552431. OLE color: 13552431.
HSL color Cylindrical-coordinate representation of color #2FCBCE: hue angle of 181.13º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCBCE is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 203 | 206 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.19 |
| HSL | 181.13º | 0.63% | 0.5% | - |
| HSV(B) | 181.13º | 0.77% | 0.81% | - |
| XYZ | 33.67 | 47.77 | 65.84 | - |
| YUV | 156.7 | 155.82 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 206 | 0.77 | 0.01 | 0 | 0.19 | 181.13 | 0.63 | 0.5 |
| Hex | 2F | CB | CE | 4D | 1 | 0 | 13 | B5 | 3F | 32 |
| Octal | 57 | 313 | 316 | 115 | 1 | 0 | 23 | 265 | 77 | 62 |
| Binary | 101111 | 11001011 | 11001110 | 1001101 | 1 | 0 | 10011 | 10110101 | 111111 | 110010 |
Color Harmonies of #2FCBCE
Complementary color
Monochromatic Colors of #2FCBCE
Black with #2FCBCE
Text Example
Text Example
White with #2FCBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCBCE; }
p { color: rgb(47,203,206); }
H1.HeaderClassName
{
color: #2FCBCE;
}
.AnyTagClassName
{
color: #2FCBCE;
}
</style>
background-color css
<style>
a { background-color: #2FCBCE; }
a { background-color: rgb(47,203,206); }
div.DivClassName
{
background-color: #2FCBCE;
}
.BgClassName
{
background-color: #2FCBCE;
}
</style>
border-color css
<style>
span { border-color: #2FCBCE; }
span { border-color: rgb(47,203,206); }
td.TdClassName
{
border-color: #2FCBCE;
}
.TagClassName
{
border-color: #2FCBCE;
}
</style>