Shades of Medium Turquoise #47CDDB
Tints of Medium Turquoise #47CDDB
RGB
CMYK
RGB Variations
Color information
#47CDDB (or 0x47CDDB) is known color: Medium Turquoise. HEX triplet: 47, CD and DB. RGB value is (71,205,219). Sum of RGB (Red+Green+Blue) = 71+205+219=495 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.34% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #47CDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CDDB is #B83224. Grayscale: #A6A6A6. Windows color (decimal): -12071461 or 14404935. OLE color: 14404935.
HSL color Cylindrical-coordinate representation of color #47CDDB: hue angle of 185.68º 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 #47CDDB is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 205 | 219 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.14 |
| HSL | 185.68º | 0.67% | 0.57% | - |
| HSV(B) | 185.68º | 0.68% | 0.86% | - |
| XYZ | 37.22 | 50.12 | 74.73 | - |
| YUV | 166.53 | 157.61 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 205 | 219 | 0.68 | 0.06 | 0 | 0.14 | 185.68 | 0.67 | 0.57 |
| Hex | 47 | CD | DB | 44 | 6 | 0 | E | BA | 43 | 39 |
| Octal | 107 | 315 | 333 | 104 | 6 | 0 | 16 | 272 | 103 | 71 |
| Binary | 1000111 | 11001101 | 11011011 | 1000100 | 110 | 0 | 1110 | 10111010 | 1000011 | 111001 |
Color Harmonies of #47CDDB
Complementary color
Monochromatic Colors of #47CDDB
Black with #47CDDB
Text Example
Text Example
White with #47CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CDDB; }
p { color: rgb(71,205,219); }
H1.HeaderClassName
{
color: #47CDDB;
}
.AnyTagClassName
{
color: #47CDDB;
}
</style>
background-color css
<style>
a { background-color: #47CDDB; }
a { background-color: rgb(71,205,219); }
div.DivClassName
{
background-color: #47CDDB;
}
.BgClassName
{
background-color: #47CDDB;
}
</style>
border-color css
<style>
span { border-color: #47CDDB; }
span { border-color: rgb(71,205,219); }
td.TdClassName
{
border-color: #47CDDB;
}
.TagClassName
{
border-color: #47CDDB;
}
</style>