Shades of Turquoise Blue #73DFEE
Tints of Turquoise Blue #73DFEE
RGB
CMYK
RGB Variations
Color information
#73DFEE (or 0x73DFEE) is known color: Turquoise Blue. HEX triplet: 73, DF and EE. RGB value is (115,223,238). Sum of RGB (Red+Green+Blue) = 115+223+238=576 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.97% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #73DFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DFEE is #8C2011. Grayscale: #C0C0C0. Windows color (decimal): -9183250 or 15654771. OLE color: 15654771.
HSL color Cylindrical-coordinate representation of color #73DFEE: hue angle of 187.32º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73DFEE is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 223 | 238 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.07 |
| HSL | 187.32º | 0.78% | 0.69% | - |
| HSV(B) | 187.32º | 0.52% | 0.93% | - |
| XYZ | 48.89 | 62.59 | 90.39 | - |
| YUV | 192.42 | 153.72 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 238 | 0.52 | 0.06 | 0 | 0.07 | 187.32 | 0.78 | 0.69 |
| Hex | 73 | DF | EE | 34 | 6 | 0 | 7 | BB | 4E | 45 |
| Octal | 163 | 337 | 356 | 64 | 6 | 0 | 7 | 273 | 116 | 105 |
| Binary | 1110011 | 11011111 | 11101110 | 110100 | 110 | 0 | 111 | 10111011 | 1001110 | 1000101 |
Color Harmonies of #73DFEE
Complementary color
Monochromatic Colors of #73DFEE
Black with #73DFEE
Text Example
Text Example
White with #73DFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DFEE; }
p { color: rgb(115,223,238); }
H1.HeaderClassName
{
color: #73DFEE;
}
.AnyTagClassName
{
color: #73DFEE;
}
</style>
background-color css
<style>
a { background-color: #73DFEE; }
a { background-color: rgb(115,223,238); }
div.DivClassName
{
background-color: #73DFEE;
}
.BgClassName
{
background-color: #73DFEE;
}
</style>
border-color css
<style>
span { border-color: #73DFEE; }
span { border-color: rgb(115,223,238); }
td.TdClassName
{
border-color: #73DFEE;
}
.TagClassName
{
border-color: #73DFEE;
}
</style>