Shades of Turquoise Blue #73DDEF
Tints of Turquoise Blue #73DDEF
RGB
CMYK
RGB Variations
Color information
#73DDEF (or 0x73DDEF) is known color: Turquoise Blue. HEX triplet: 73, DD and EF. RGB value is (115,221,239). Sum of RGB (Red+Green+Blue) = 115+221+239=575 (76% of max value = 765). Red value is 115 (45.31% from 255 or 20% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #73DDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DDEF is #8C2210. Grayscale: #BFBFBF. Windows color (decimal): -9183761 or 15719795. OLE color: 15719795.
HSL color Cylindrical-coordinate representation of color #73DDEF: hue angle of 188.71º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73DDEF is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 221 | 239 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.06 |
| HSL | 188.71º | 0.79% | 0.69% | - |
| HSV(B) | 188.71º | 0.52% | 0.94% | - |
| XYZ | 48.51 | 61.59 | 90.99 | - |
| YUV | 191.36 | 154.88 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 221 | 239 | 0.52 | 0.08 | 0 | 0.06 | 188.71 | 0.79 | 0.69 |
| Hex | 73 | DD | EF | 34 | 8 | 0 | 6 | BD | 4F | 45 |
| Octal | 163 | 335 | 357 | 64 | 10 | 0 | 6 | 275 | 117 | 105 |
| Binary | 1110011 | 11011101 | 11101111 | 110100 | 1000 | 0 | 110 | 10111101 | 1001111 | 1000101 |
Color Harmonies of #73DDEF
Complementary color
Monochromatic Colors of #73DDEF
Black with #73DDEF
Text Example
Text Example
White with #73DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DDEF; }
p { color: rgb(115,221,239); }
H1.HeaderClassName
{
color: #73DDEF;
}
.AnyTagClassName
{
color: #73DDEF;
}
</style>
background-color css
<style>
a { background-color: #73DDEF; }
a { background-color: rgb(115,221,239); }
div.DivClassName
{
background-color: #73DDEF;
}
.BgClassName
{
background-color: #73DDEF;
}
</style>
border-color css
<style>
span { border-color: #73DDEF; }
span { border-color: rgb(115,221,239); }
td.TdClassName
{
border-color: #73DDEF;
}
.TagClassName
{
border-color: #73DDEF;
}
</style>