Shades of Turquoise #47DBDF
Tints of Turquoise #47DBDF
RGB
CMYK
RGB Variations
Color information
#47DBDF (or 0x47DBDF) is known color: Turquoise. HEX triplet: 47, DB and DF. RGB value is (71,219,223). Sum of RGB (Red+Green+Blue) = 71+219+223=513 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.84% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #47DBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DBDF is #B82420. Grayscale: #AFAFAF. Windows color (decimal): -12067873 or 14670663. OLE color: 14670663.
HSL color Cylindrical-coordinate representation of color #47DBDF: hue angle of 181.58º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DBDF is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 219 | 223 | - |
| CMYK | 0.68 | 0.02 | 0 | 0.13 |
| HSL | 181.58º | 0.7% | 0.58% | - |
| HSV(B) | 181.58º | 0.68% | 0.87% | - |
| XYZ | 41.25 | 57.33 | 78.7 | - |
| YUV | 175.2 | 154.97 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 219 | 223 | 0.68 | 0.02 | 0 | 0.13 | 181.58 | 0.7 | 0.58 |
| Hex | 47 | DB | DF | 44 | 2 | 0 | D | B6 | 46 | 3A |
| Octal | 107 | 333 | 337 | 104 | 2 | 0 | 15 | 266 | 106 | 72 |
| Binary | 1000111 | 11011011 | 11011111 | 1000100 | 10 | 0 | 1101 | 10110110 | 1000110 | 111010 |
Color Harmonies of #47DBDF
Complementary color
Monochromatic Colors of #47DBDF
Black with #47DBDF
Text Example
Text Example
White with #47DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DBDF; }
p { color: rgb(71,219,223); }
H1.HeaderClassName
{
color: #47DBDF;
}
.AnyTagClassName
{
color: #47DBDF;
}
</style>
background-color css
<style>
a { background-color: #47DBDF; }
a { background-color: rgb(71,219,223); }
div.DivClassName
{
background-color: #47DBDF;
}
.BgClassName
{
background-color: #47DBDF;
}
</style>
border-color css
<style>
span { border-color: #47DBDF; }
span { border-color: rgb(71,219,223); }
td.TdClassName
{
border-color: #47DBDF;
}
.TagClassName
{
border-color: #47DBDF;
}
</style>