Shades of Turquoise Blue #73DDFD
Tints of Turquoise Blue #73DDFD
RGB
CMYK
RGB Variations
Color information
#73DDFD (or 0x73DDFD) is known color: Turquoise Blue. HEX triplet: 73, DD and FD. RGB value is (115,221,253). Sum of RGB (Red+Green+Blue) = 115+221+253=589 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.52% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #73DDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DDFD is #8C2202. Grayscale: #C0C0C0. Windows color (decimal): -9183747 or 16637299. OLE color: 16637299.
HSL color Cylindrical-coordinate representation of color #73DDFD: hue angle of 193.91º 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 #73DDFD is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 221 | 253 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.01 |
| HSL | 193.91º | 0.97% | 0.72% | - |
| HSV(B) | 193.91º | 0.55% | 0.99% | - |
| XYZ | 50.66 | 62.45 | 102.31 | - |
| YUV | 192.95 | 161.88 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 221 | 253 | 0.55 | 0.13 | 0 | 0.01 | 193.91 | 0.97 | 0.72 |
| Hex | 73 | DD | FD | 37 | D | 0 | 1 | C2 | 61 | 48 |
| Octal | 163 | 335 | 375 | 67 | 15 | 0 | 1 | 302 | 141 | 110 |
| Binary | 1110011 | 11011101 | 11111101 | 110111 | 1101 | 0 | 1 | 11000010 | 1100001 | 1001000 |
Color Harmonies of #73DDFD
Complementary color
Monochromatic Colors of #73DDFD
Black with #73DDFD
Text Example
Text Example
White with #73DDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DDFD; }
p { color: rgb(115,221,253); }
H1.HeaderClassName
{
color: #73DDFD;
}
.AnyTagClassName
{
color: #73DDFD;
}
</style>
background-color css
<style>
a { background-color: #73DDFD; }
a { background-color: rgb(115,221,253); }
div.DivClassName
{
background-color: #73DDFD;
}
.BgClassName
{
background-color: #73DDFD;
}
</style>
border-color css
<style>
span { border-color: #73DDFD; }
span { border-color: rgb(115,221,253); }
td.TdClassName
{
border-color: #73DDFD;
}
.TagClassName
{
border-color: #73DDFD;
}
</style>