Shades of Turquoise #2FDCCB
Tints of Turquoise #2FDCCB
RGB
CMYK
RGB Variations
Color information
#2FDCCB (or 0x2FDCCB) is known color: Turquoise. HEX triplet: 2F, DC and CB. RGB value is (47,220,203). Sum of RGB (Red+Green+Blue) = 47+220+203=470 (62% of max value = 765). Red value is 47 (18.75% from 255 or 10% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDCCB is #D02334. Grayscale: #A6A6A6. Windows color (decimal): -13640501 or 13360175. OLE color: 13360175.
HSL color Cylindrical-coordinate representation of color #2FDCCB: hue angle of 174.1º degrees, saturation: 0.71, 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 #2FDCCB is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 220 | 203 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.14 |
| HSL | 174.1º | 0.71% | 0.52% | - |
| HSV(B) | 174.1º | 0.79% | 0.86% | - |
| XYZ | 37.54 | 56.1 | 65.35 | - |
| YUV | 166.34 | 148.69 | 42.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 203 | 0.79 | 0 | 0.08 | 0.14 | 174.1 | 0.71 | 0.52 |
| Hex | 2F | DC | CB | 4F | 0 | 8 | E | AE | 47 | 34 |
| Octal | 57 | 334 | 313 | 117 | 0 | 10 | 16 | 256 | 107 | 64 |
| Binary | 101111 | 11011100 | 11001011 | 1001111 | 0 | 1000 | 1110 | 10101110 | 1000111 | 110100 |
Color Harmonies of #2FDCCB
Complementary color
Monochromatic Colors of #2FDCCB
Black with #2FDCCB
Text Example
Text Example
White with #2FDCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDCCB; }
p { color: rgb(47,220,203); }
H1.HeaderClassName
{
color: #2FDCCB;
}
.AnyTagClassName
{
color: #2FDCCB;
}
</style>
background-color css
<style>
a { background-color: #2FDCCB; }
a { background-color: rgb(47,220,203); }
div.DivClassName
{
background-color: #2FDCCB;
}
.BgClassName
{
background-color: #2FDCCB;
}
</style>
border-color css
<style>
span { border-color: #2FDCCB; }
span { border-color: rgb(47,220,203); }
td.TdClassName
{
border-color: #2FDCCB;
}
.TagClassName
{
border-color: #2FDCCB;
}
</style>