Shades of Turquoise Blue #73DFFD
Tints of Turquoise Blue #73DFFD
RGB
CMYK
RGB Variations
Color information
#73DFFD (or 0x73DFFD) is known color: Turquoise Blue. HEX triplet: 73, DF and FD. RGB value is (115,223,253). Sum of RGB (Red+Green+Blue) = 115+223+253=591 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.46% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #73DFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DFFD is #8C2002. Grayscale: #C1C1C1. Windows color (decimal): -9183235 or 16637811. OLE color: 16637811.
HSL color Cylindrical-coordinate representation of color #73DFFD: hue angle of 193.04º 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 #73DFFD is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 223 | 253 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.01 |
| HSL | 193.04º | 0.97% | 0.72% | - |
| HSV(B) | 193.04º | 0.55% | 0.99% | - |
| XYZ | 51.19 | 63.51 | 102.49 | - |
| YUV | 194.13 | 161.22 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 253 | 0.55 | 0.12 | 0 | 0.01 | 193.04 | 0.97 | 0.72 |
| Hex | 73 | DF | FD | 37 | C | 0 | 1 | C1 | 61 | 48 |
| Octal | 163 | 337 | 375 | 67 | 14 | 0 | 1 | 301 | 141 | 110 |
| Binary | 1110011 | 11011111 | 11111101 | 110111 | 1100 | 0 | 1 | 11000001 | 1100001 | 1001000 |
Color Harmonies of #73DFFD
Complementary color
Monochromatic Colors of #73DFFD
Black with #73DFFD
Text Example
Text Example
White with #73DFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DFFD; }
p { color: rgb(115,223,253); }
H1.HeaderClassName
{
color: #73DFFD;
}
.AnyTagClassName
{
color: #73DFFD;
}
</style>
background-color css
<style>
a { background-color: #73DFFD; }
a { background-color: rgb(115,223,253); }
div.DivClassName
{
background-color: #73DFFD;
}
.BgClassName
{
background-color: #73DFFD;
}
</style>
border-color css
<style>
span { border-color: #73DFFD; }
span { border-color: rgb(115,223,253); }
td.TdClassName
{
border-color: #73DFFD;
}
.TagClassName
{
border-color: #73DFFD;
}
</style>