Shades of Turquoise Blue #73DBF1
Tints of Turquoise Blue #73DBF1
RGB
CMYK
RGB Variations
Color information
#73DBF1 (or 0x73DBF1) is known color: Turquoise Blue. HEX triplet: 73, DB and F1. RGB value is (115,219,241). Sum of RGB (Red+Green+Blue) = 115+219+241=575 (76% of max value = 765). Red value is 115 (45.31% from 255 or 20% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 241 - color contains mainly: blue. Hex color #73DBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DBF1 is #8C240E. Grayscale: #BEBEBE. Windows color (decimal): -9184271 or 15850355. OLE color: 15850355.
HSL color Cylindrical-coordinate representation of color #73DBF1: hue angle of 190.48º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73DBF1 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 219 | 241 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.05 |
| HSL | 190.48º | 0.82% | 0.7% | - |
| HSV(B) | 190.48º | 0.52% | 0.95% | - |
| XYZ | 48.28 | 60.66 | 92.38 | - |
| YUV | 190.41 | 156.54 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 219 | 241 | 0.52 | 0.09 | 0 | 0.05 | 190.48 | 0.82 | 0.7 |
| Hex | 73 | DB | F1 | 34 | 9 | 0 | 5 | BE | 52 | 46 |
| Octal | 163 | 333 | 361 | 64 | 11 | 0 | 5 | 276 | 122 | 106 |
| Binary | 1110011 | 11011011 | 11110001 | 110100 | 1001 | 0 | 101 | 10111110 | 1010010 | 1000110 |
Color Harmonies of #73DBF1
Complementary color
Monochromatic Colors of #73DBF1
Black with #73DBF1
Text Example
Text Example
White with #73DBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DBF1; }
p { color: rgb(115,219,241); }
H1.HeaderClassName
{
color: #73DBF1;
}
.AnyTagClassName
{
color: #73DBF1;
}
</style>
background-color css
<style>
a { background-color: #73DBF1; }
a { background-color: rgb(115,219,241); }
div.DivClassName
{
background-color: #73DBF1;
}
.BgClassName
{
background-color: #73DBF1;
}
</style>
border-color css
<style>
span { border-color: #73DBF1; }
span { border-color: rgb(115,219,241); }
td.TdClassName
{
border-color: #73DBF1;
}
.TagClassName
{
border-color: #73DBF1;
}
</style>