Shades of Turquoise Blue #73DFFC
Tints of Turquoise Blue #73DFFC
RGB
CMYK
RGB Variations
Color information
#73DFFC (or 0x73DFFC) is known color: Turquoise Blue. HEX triplet: 73, DF and FC. RGB value is (115,223,252). Sum of RGB (Red+Green+Blue) = 115+223+252=590 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.49% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #73DFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DFFC is #8C2003. Grayscale: #C1C1C1. Windows color (decimal): -9183236 or 16572275. OLE color: 16572275.
HSL color Cylindrical-coordinate representation of color #73DFFC: hue angle of 192.7º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73DFFC is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 223 | 252 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.01 |
| HSL | 192.7º | 0.96% | 0.72% | - |
| HSV(B) | 192.7º | 0.54% | 0.99% | - |
| XYZ | 51.03 | 63.45 | 101.65 | - |
| YUV | 194.01 | 160.72 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 252 | 0.54 | 0.12 | 0 | 0.01 | 192.7 | 0.96 | 0.72 |
| Hex | 73 | DF | FC | 36 | C | 0 | 1 | C1 | 60 | 48 |
| Octal | 163 | 337 | 374 | 66 | 14 | 0 | 1 | 301 | 140 | 110 |
| Binary | 1110011 | 11011111 | 11111100 | 110110 | 1100 | 0 | 1 | 11000001 | 1100000 | 1001000 |
Color Harmonies of #73DFFC
Complementary color
Monochromatic Colors of #73DFFC
Black with #73DFFC
Text Example
Text Example
White with #73DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DFFC; }
p { color: rgb(115,223,252); }
H1.HeaderClassName
{
color: #73DFFC;
}
.AnyTagClassName
{
color: #73DFFC;
}
</style>
background-color css
<style>
a { background-color: #73DFFC; }
a { background-color: rgb(115,223,252); }
div.DivClassName
{
background-color: #73DFFC;
}
.BgClassName
{
background-color: #73DFFC;
}
</style>
border-color css
<style>
span { border-color: #73DFFC; }
span { border-color: rgb(115,223,252); }
td.TdClassName
{
border-color: #73DFFC;
}
.TagClassName
{
border-color: #73DFFC;
}
</style>