Shades of Turquoise Blue #73DFE6
Tints of Turquoise Blue #73DFE6
RGB
CMYK
RGB Variations
Color information
#73DFE6 (or 0x73DFE6) is known color: Turquoise Blue. HEX triplet: 73, DF and E6. RGB value is (115,223,230). Sum of RGB (Red+Green+Blue) = 115+223+230=568 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.25% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 230 (90.23% from 255 or 40.49% from 568); Max value from RGB is 230 - color contains mainly: blue. Hex color #73DFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DFE6 is #8C2019. Grayscale: #BFBFBF. Windows color (decimal): -9183258 or 15130483. OLE color: 15130483.
HSL color Cylindrical-coordinate representation of color #73DFE6: hue angle of 183.65º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73DFE6 is Cyan = 0.5, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 223 | 230 | - |
| CMYK | 0.5 | 0.03 | 0 | 0.10 |
| HSL | 183.65º | 0.7% | 0.68% | - |
| HSV(B) | 183.65º | 0.5% | 0.9% | - |
| XYZ | 47.74 | 62.13 | 84.34 | - |
| YUV | 191.51 | 149.72 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 230 | 0.5 | 0.03 | 0 | 0.10 | 183.65 | 0.7 | 0.68 |
| Hex | 73 | DF | E6 | 32 | 3 | 0 | A | B8 | 46 | 44 |
| Octal | 163 | 337 | 346 | 62 | 3 | 0 | 12 | 270 | 106 | 104 |
| Binary | 1110011 | 11011111 | 11100110 | 110010 | 11 | 0 | 1010 | 10111000 | 1000110 | 1000100 |
Color Harmonies of #73DFE6
Complementary color
Monochromatic Colors of #73DFE6
Black with #73DFE6
Text Example
Text Example
White with #73DFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DFE6; }
p { color: rgb(115,223,230); }
H1.HeaderClassName
{
color: #73DFE6;
}
.AnyTagClassName
{
color: #73DFE6;
}
</style>
background-color css
<style>
a { background-color: #73DFE6; }
a { background-color: rgb(115,223,230); }
div.DivClassName
{
background-color: #73DFE6;
}
.BgClassName
{
background-color: #73DFE6;
}
</style>
border-color css
<style>
span { border-color: #73DFE6; }
span { border-color: rgb(115,223,230); }
td.TdClassName
{
border-color: #73DFE6;
}
.TagClassName
{
border-color: #73DFE6;
}
</style>