Shades of Medium Turquoise #2FCBDB
Tints of Medium Turquoise #2FCBDB
RGB
CMYK
RGB Variations
Color information
#2FCBDB (or 0x2FCBDB) is known color: Medium Turquoise. HEX triplet: 2F, CB and DB. RGB value is (47,203,219). Sum of RGB (Red+Green+Blue) = 47+203+219=469 (62% of max value = 765). Red value is 47 (18.75% from 255 or 10.02% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #2FCBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCBDB is #D03424. Grayscale: #9D9D9D. Windows color (decimal): -13644837 or 14404399. OLE color: 14404399.
HSL color Cylindrical-coordinate representation of color #2FCBDB: hue angle of 185.58º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FCBDB is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 203 | 219 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.14 |
| HSL | 185.58º | 0.7% | 0.52% | - |
| HSV(B) | 185.58º | 0.79% | 0.86% | - |
| XYZ | 35.31 | 48.43 | 74.5 | - |
| YUV | 158.18 | 162.32 | 48.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 219 | 0.79 | 0.07 | 0 | 0.14 | 185.58 | 0.7 | 0.52 |
| Hex | 2F | CB | DB | 4F | 7 | 0 | E | BA | 46 | 34 |
| Octal | 57 | 313 | 333 | 117 | 7 | 0 | 16 | 272 | 106 | 64 |
| Binary | 101111 | 11001011 | 11011011 | 1001111 | 111 | 0 | 1110 | 10111010 | 1000110 | 110100 |
Color Harmonies of #2FCBDB
Complementary color
Monochromatic Colors of #2FCBDB
Black with #2FCBDB
Text Example
Text Example
White with #2FCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCBDB; }
p { color: rgb(47,203,219); }
H1.HeaderClassName
{
color: #2FCBDB;
}
.AnyTagClassName
{
color: #2FCBDB;
}
</style>
background-color css
<style>
a { background-color: #2FCBDB; }
a { background-color: rgb(47,203,219); }
div.DivClassName
{
background-color: #2FCBDB;
}
.BgClassName
{
background-color: #2FCBDB;
}
</style>
border-color css
<style>
span { border-color: #2FCBDB; }
span { border-color: rgb(47,203,219); }
td.TdClassName
{
border-color: #2FCBDB;
}
.TagClassName
{
border-color: #2FCBDB;
}
</style>