Shades of Turquoise #2FCFDB
Tints of Turquoise #2FCFDB
RGB
CMYK
RGB Variations
Color information
#2FCFDB (or 0x2FCFDB) is known color: Turquoise. HEX triplet: 2F, CF and DB. RGB value is (47,207,219). Sum of RGB (Red+Green+Blue) = 47+207+219=473 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.94% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #2FCFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCFDB is #D03024. Grayscale: #A0A0A0. Windows color (decimal): -13643813 or 14405423. OLE color: 14405423.
HSL color Cylindrical-coordinate representation of color #2FCFDB: hue angle of 184.19º 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 #2FCFDB is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 207 | 219 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.14 |
| HSL | 184.19º | 0.7% | 0.52% | - |
| HSV(B) | 184.19º | 0.79% | 0.86% | - |
| XYZ | 36.27 | 50.34 | 74.82 | - |
| YUV | 160.53 | 160.99 | 47.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 219 | 0.79 | 0.05 | 0 | 0.14 | 184.19 | 0.7 | 0.52 |
| Hex | 2F | CF | DB | 4F | 5 | 0 | E | B8 | 46 | 34 |
| Octal | 57 | 317 | 333 | 117 | 5 | 0 | 16 | 270 | 106 | 64 |
| Binary | 101111 | 11001111 | 11011011 | 1001111 | 101 | 0 | 1110 | 10111000 | 1000110 | 110100 |
Color Harmonies of #2FCFDB
Complementary color
Monochromatic Colors of #2FCFDB
Black with #2FCFDB
Text Example
Text Example
White with #2FCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCFDB; }
p { color: rgb(47,207,219); }
H1.HeaderClassName
{
color: #2FCFDB;
}
.AnyTagClassName
{
color: #2FCFDB;
}
</style>
background-color css
<style>
a { background-color: #2FCFDB; }
a { background-color: rgb(47,207,219); }
div.DivClassName
{
background-color: #2FCFDB;
}
.BgClassName
{
background-color: #2FCFDB;
}
</style>
border-color css
<style>
span { border-color: #2FCFDB; }
span { border-color: rgb(47,207,219); }
td.TdClassName
{
border-color: #2FCFDB;
}
.TagClassName
{
border-color: #2FCFDB;
}
</style>