Shades of Turquoise Blue #73DFDD
Tints of Turquoise Blue #73DFDD
RGB
CMYK
RGB Variations
Color information
#73DFDD (or 0x73DFDD) is known color: Turquoise Blue. HEX triplet: 73, DF and DD. RGB value is (115,223,221). Sum of RGB (Red+Green+Blue) = 115+223+221=559 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.57% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #73DFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DFDD is #8C2022. Grayscale: #BEBEBE. Windows color (decimal): -9183267 or 14540659. OLE color: 14540659.
HSL color Cylindrical-coordinate representation of color #73DFDD: hue angle of 178.89º 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 #73DFDD is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 223 | 221 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.13 |
| HSL | 178.89º | 0.63% | 0.66% | - |
| HSV(B) | 178.89º | 0.48% | 0.87% | - |
| XYZ | 46.51 | 61.64 | 77.85 | - |
| YUV | 190.48 | 145.22 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 221 | 0.48 | 0 | 0.01 | 0.13 | 178.89 | 0.63 | 0.66 |
| Hex | 73 | DF | DD | 30 | 0 | 1 | D | B3 | 3F | 42 |
| Octal | 163 | 337 | 335 | 60 | 0 | 1 | 15 | 263 | 77 | 102 |
| Binary | 1110011 | 11011111 | 11011101 | 110000 | 0 | 1 | 1101 | 10110011 | 111111 | 1000010 |
Color Harmonies of #73DFDD
Complementary color
Monochromatic Colors of #73DFDD
Black with #73DFDD
Text Example
Text Example
White with #73DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DFDD; }
p { color: rgb(115,223,221); }
H1.HeaderClassName
{
color: #73DFDD;
}
.AnyTagClassName
{
color: #73DFDD;
}
</style>
background-color css
<style>
a { background-color: #73DFDD; }
a { background-color: rgb(115,223,221); }
div.DivClassName
{
background-color: #73DFDD;
}
.BgClassName
{
background-color: #73DFDD;
}
</style>
border-color css
<style>
span { border-color: #73DFDD; }
span { border-color: rgb(115,223,221); }
td.TdClassName
{
border-color: #73DFDD;
}
.TagClassName
{
border-color: #73DFDD;
}
</style>