Shades of Turquoise Blue #73DAF1
Tints of Turquoise Blue #73DAF1
RGB
CMYK
RGB Variations
Color information
#73DAF1 (or 0x73DAF1) is known color: Turquoise Blue. HEX triplet: 73, DA and F1. RGB value is (115,218,241). Sum of RGB (Red+Green+Blue) = 115+218+241=574 (76% of max value = 765). Red value is 115 (45.31% from 255 or 20.03% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 241 - color contains mainly: blue. Hex color #73DAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DAF1 is #8C250E. Grayscale: #BDBDBD. Windows color (decimal): -9184527 or 15850099. OLE color: 15850099.
HSL color Cylindrical-coordinate representation of color #73DAF1: hue angle of 190.95º 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 #73DAF1 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 218 | 241 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.05 |
| HSL | 190.95º | 0.82% | 0.7% | - |
| HSV(B) | 190.95º | 0.52% | 0.95% | - |
| XYZ | 48.02 | 60.14 | 92.3 | - |
| YUV | 189.83 | 156.88 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 218 | 241 | 0.52 | 0.10 | 0 | 0.05 | 190.95 | 0.82 | 0.7 |
| Hex | 73 | DA | F1 | 34 | A | 0 | 5 | BF | 52 | 46 |
| Octal | 163 | 332 | 361 | 64 | 12 | 0 | 5 | 277 | 122 | 106 |
| Binary | 1110011 | 11011010 | 11110001 | 110100 | 1010 | 0 | 101 | 10111111 | 1010010 | 1000110 |
Color Harmonies of #73DAF1
Complementary color
Monochromatic Colors of #73DAF1
Black with #73DAF1
Text Example
Text Example
White with #73DAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DAF1; }
p { color: rgb(115,218,241); }
H1.HeaderClassName
{
color: #73DAF1;
}
.AnyTagClassName
{
color: #73DAF1;
}
</style>
background-color css
<style>
a { background-color: #73DAF1; }
a { background-color: rgb(115,218,241); }
div.DivClassName
{
background-color: #73DAF1;
}
.BgClassName
{
background-color: #73DAF1;
}
</style>
border-color css
<style>
span { border-color: #73DAF1; }
span { border-color: rgb(115,218,241); }
td.TdClassName
{
border-color: #73DAF1;
}
.TagClassName
{
border-color: #73DAF1;
}
</style>