Shades of Medium Turquoise #47CBDB
Tints of Medium Turquoise #47CBDB
RGB
CMYK
RGB Variations
Color information
#47CBDB (or 0x47CBDB) is known color: Medium Turquoise. HEX triplet: 47, CB and DB. RGB value is (71,203,219). Sum of RGB (Red+Green+Blue) = 71+203+219=493 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.40% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #47CBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CBDB is #B83424. Grayscale: #A5A5A5. Windows color (decimal): -12071973 or 14404423. OLE color: 14404423.
HSL color Cylindrical-coordinate representation of color #47CBDB: hue angle of 186.49º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47CBDB is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 203 | 219 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.14 |
| HSL | 186.49º | 0.67% | 0.57% | - |
| HSV(B) | 186.49º | 0.68% | 0.86% | - |
| XYZ | 36.74 | 49.17 | 74.57 | - |
| YUV | 165.36 | 158.27 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 203 | 219 | 0.68 | 0.07 | 0 | 0.14 | 186.49 | 0.67 | 0.57 |
| Hex | 47 | CB | DB | 44 | 7 | 0 | E | BA | 43 | 39 |
| Octal | 107 | 313 | 333 | 104 | 7 | 0 | 16 | 272 | 103 | 71 |
| Binary | 1000111 | 11001011 | 11011011 | 1000100 | 111 | 0 | 1110 | 10111010 | 1000011 | 111001 |
Color Harmonies of #47CBDB
Complementary color
Monochromatic Colors of #47CBDB
Black with #47CBDB
Text Example
Text Example
White with #47CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CBDB; }
p { color: rgb(71,203,219); }
H1.HeaderClassName
{
color: #47CBDB;
}
.AnyTagClassName
{
color: #47CBDB;
}
</style>
background-color css
<style>
a { background-color: #47CBDB; }
a { background-color: rgb(71,203,219); }
div.DivClassName
{
background-color: #47CBDB;
}
.BgClassName
{
background-color: #47CBDB;
}
</style>
border-color css
<style>
span { border-color: #47CBDB; }
span { border-color: rgb(71,203,219); }
td.TdClassName
{
border-color: #47CBDB;
}
.TagClassName
{
border-color: #47CBDB;
}
</style>