Shades of Turquoise Blue #73DFDA
Tints of Turquoise Blue #73DFDA
RGB
CMYK
RGB Variations
Color information
#73DFDA (or 0x73DFDA) is known color: Turquoise Blue. HEX triplet: 73, DF and DA. RGB value is (115,223,218). Sum of RGB (Red+Green+Blue) = 115+223+218=556 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.68% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #73DFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DFDA is #8C2025. Grayscale: #BEBEBE. Windows color (decimal): -9183270 or 14344051. OLE color: 14344051.
HSL color Cylindrical-coordinate representation of color #73DFDA: hue angle of 177.22º 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 #73DFDA is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 223 | 218 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.13 |
| HSL | 177.22º | 0.63% | 0.66% | - |
| HSV(B) | 177.22º | 0.48% | 0.87% | - |
| XYZ | 46.11 | 61.48 | 75.77 | - |
| YUV | 190.14 | 143.72 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 218 | 0.48 | 0 | 0.02 | 0.13 | 177.22 | 0.63 | 0.66 |
| Hex | 73 | DF | DA | 30 | 0 | 2 | D | B1 | 3F | 42 |
| Octal | 163 | 337 | 332 | 60 | 0 | 2 | 15 | 261 | 77 | 102 |
| Binary | 1110011 | 11011111 | 11011010 | 110000 | 0 | 10 | 1101 | 10110001 | 111111 | 1000010 |
Color Harmonies of #73DFDA
Complementary color
Monochromatic Colors of #73DFDA
Black with #73DFDA
Text Example
Text Example
White with #73DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DFDA; }
p { color: rgb(115,223,218); }
H1.HeaderClassName
{
color: #73DFDA;
}
.AnyTagClassName
{
color: #73DFDA;
}
</style>
background-color css
<style>
a { background-color: #73DFDA; }
a { background-color: rgb(115,223,218); }
div.DivClassName
{
background-color: #73DFDA;
}
.BgClassName
{
background-color: #73DFDA;
}
</style>
border-color css
<style>
span { border-color: #73DFDA; }
span { border-color: rgb(115,223,218); }
td.TdClassName
{
border-color: #73DFDA;
}
.TagClassName
{
border-color: #73DFDA;
}
</style>