Shades of Turquoise Blue #73DBFD
Tints of Turquoise Blue #73DBFD
RGB
CMYK
RGB Variations
Color information
#73DBFD (or 0x73DBFD) is known color: Turquoise Blue. HEX triplet: 73, DB and FD. RGB value is (115,219,253). Sum of RGB (Red+Green+Blue) = 115+219+253=587 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.59% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #73DBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DBFD is #8C2402. Grayscale: #BFBFBF. Windows color (decimal): -9184259 or 16636787. OLE color: 16636787.
HSL color Cylindrical-coordinate representation of color #73DBFD: hue angle of 194.78º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73DBFD is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 219 | 253 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.01 |
| HSL | 194.78º | 0.97% | 0.72% | - |
| HSV(B) | 194.78º | 0.55% | 0.99% | - |
| XYZ | 50.13 | 61.4 | 102.14 | - |
| YUV | 191.78 | 162.54 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 219 | 253 | 0.55 | 0.13 | 0 | 0.01 | 194.78 | 0.97 | 0.72 |
| Hex | 73 | DB | FD | 37 | D | 0 | 1 | C3 | 61 | 48 |
| Octal | 163 | 333 | 375 | 67 | 15 | 0 | 1 | 303 | 141 | 110 |
| Binary | 1110011 | 11011011 | 11111101 | 110111 | 1101 | 0 | 1 | 11000011 | 1100001 | 1001000 |
Color Harmonies of #73DBFD
Complementary color
Monochromatic Colors of #73DBFD
Black with #73DBFD
Text Example
Text Example
White with #73DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DBFD; }
p { color: rgb(115,219,253); }
H1.HeaderClassName
{
color: #73DBFD;
}
.AnyTagClassName
{
color: #73DBFD;
}
</style>
background-color css
<style>
a { background-color: #73DBFD; }
a { background-color: rgb(115,219,253); }
div.DivClassName
{
background-color: #73DBFD;
}
.BgClassName
{
background-color: #73DBFD;
}
</style>
border-color css
<style>
span { border-color: #73DBFD; }
span { border-color: rgb(115,219,253); }
td.TdClassName
{
border-color: #73DBFD;
}
.TagClassName
{
border-color: #73DBFD;
}
</style>