Shades of Turquoise Blue #73DCDF
Tints of Turquoise Blue #73DCDF
RGB
CMYK
RGB Variations
Color information
#73DCDF (or 0x73DCDF) is known color: Turquoise Blue. HEX triplet: 73, DC and DF. RGB value is (115,220,223). Sum of RGB (Red+Green+Blue) = 115+220+223=558 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.61% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #73DCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DCDF is #8C2320. Grayscale: #BCBCBC. Windows color (decimal): -9184033 or 14670963. OLE color: 14670963.
HSL color Cylindrical-coordinate representation of color #73DCDF: hue angle of 181.67º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DCDF is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 220 | 223 | - |
| CMYK | 0.48 | 0.01 | 0 | 0.13 |
| HSL | 181.67º | 0.63% | 0.66% | - |
| HSV(B) | 181.67º | 0.48% | 0.87% | - |
| XYZ | 45.98 | 60.16 | 79 | - |
| YUV | 188.95 | 147.21 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 223 | 0.48 | 0.01 | 0 | 0.13 | 181.67 | 0.63 | 0.66 |
| Hex | 73 | DC | DF | 30 | 1 | 0 | D | B6 | 3F | 42 |
| Octal | 163 | 334 | 337 | 60 | 1 | 0 | 15 | 266 | 77 | 102 |
| Binary | 1110011 | 11011100 | 11011111 | 110000 | 1 | 0 | 1101 | 10110110 | 111111 | 1000010 |
Color Harmonies of #73DCDF
Complementary color
Monochromatic Colors of #73DCDF
Black with #73DCDF
Text Example
Text Example
White with #73DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DCDF; }
p { color: rgb(115,220,223); }
H1.HeaderClassName
{
color: #73DCDF;
}
.AnyTagClassName
{
color: #73DCDF;
}
</style>
background-color css
<style>
a { background-color: #73DCDF; }
a { background-color: rgb(115,220,223); }
div.DivClassName
{
background-color: #73DCDF;
}
.BgClassName
{
background-color: #73DCDF;
}
</style>
border-color css
<style>
span { border-color: #73DCDF; }
span { border-color: rgb(115,220,223); }
td.TdClassName
{
border-color: #73DCDF;
}
.TagClassName
{
border-color: #73DCDF;
}
</style>