Shades of Medium Turquoise #2FCCDB
Tints of Medium Turquoise #2FCCDB
RGB
CMYK
RGB Variations
Color information
#2FCCDB (or 0x2FCCDB) is known color: Medium Turquoise. HEX triplet: 2F, CC and DB. RGB value is (47,204,219). Sum of RGB (Red+Green+Blue) = 47+204+219=470 (62% of max value = 765). Red value is 47 (18.75% from 255 or 10% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #2FCCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCCDB is #D03324. Grayscale: #9E9E9E. Windows color (decimal): -13644581 or 14404655. OLE color: 14404655.
HSL color Cylindrical-coordinate representation of color #2FCCDB: hue angle of 185.23º 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 #2FCCDB is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 204 | 219 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.14 |
| HSL | 185.23º | 0.7% | 0.52% | - |
| HSV(B) | 185.23º | 0.79% | 0.86% | - |
| XYZ | 35.55 | 48.9 | 74.58 | - |
| YUV | 158.77 | 161.99 | 48.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 219 | 0.79 | 0.07 | 0 | 0.14 | 185.23 | 0.7 | 0.52 |
| Hex | 2F | CC | DB | 4F | 7 | 0 | E | B9 | 46 | 34 |
| Octal | 57 | 314 | 333 | 117 | 7 | 0 | 16 | 271 | 106 | 64 |
| Binary | 101111 | 11001100 | 11011011 | 1001111 | 111 | 0 | 1110 | 10111001 | 1000110 | 110100 |
Color Harmonies of #2FCCDB
Complementary color
Monochromatic Colors of #2FCCDB
Black with #2FCCDB
Text Example
Text Example
White with #2FCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCCDB; }
p { color: rgb(47,204,219); }
H1.HeaderClassName
{
color: #2FCCDB;
}
.AnyTagClassName
{
color: #2FCCDB;
}
</style>
background-color css
<style>
a { background-color: #2FCCDB; }
a { background-color: rgb(47,204,219); }
div.DivClassName
{
background-color: #2FCCDB;
}
.BgClassName
{
background-color: #2FCCDB;
}
</style>
border-color css
<style>
span { border-color: #2FCCDB; }
span { border-color: rgb(47,204,219); }
td.TdClassName
{
border-color: #2FCCDB;
}
.TagClassName
{
border-color: #2FCCDB;
}
</style>