Shades of Turquoise Blue #73CFE9
Tints of Turquoise Blue #73CFE9
RGB
CMYK
RGB Variations
Color information
#73CFE9 (or 0x73CFE9) is known color: Turquoise Blue. HEX triplet: 73, CF and E9. RGB value is (115,207,233). Sum of RGB (Red+Green+Blue) = 115+207+233=555 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.72% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 233 (91.41% from 255 or 41.98% from 555); Max value from RGB is 233 - color contains mainly: blue. Hex color #73CFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73CFE9 is #8C3016. Grayscale: #B6B6B6. Windows color (decimal): -9187351 or 15322995. OLE color: 15322995.
HSL color Cylindrical-coordinate representation of color #73CFE9: hue angle of 193.22º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73CFE9 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 207 | 233 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.09 |
| HSL | 193.22º | 0.73% | 0.68% | - |
| HSV(B) | 193.22º | 0.51% | 0.91% | - |
| XYZ | 44.09 | 54.15 | 85.22 | - |
| YUV | 182.46 | 156.52 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 207 | 233 | 0.51 | 0.11 | 0 | 0.09 | 193.22 | 0.73 | 0.68 |
| Hex | 73 | CF | E9 | 33 | B | 0 | 9 | C1 | 49 | 44 |
| Octal | 163 | 317 | 351 | 63 | 13 | 0 | 11 | 301 | 111 | 104 |
| Binary | 1110011 | 11001111 | 11101001 | 110011 | 1011 | 0 | 1001 | 11000001 | 1001001 | 1000100 |
Color Harmonies of #73CFE9
Complementary color
Monochromatic Colors of #73CFE9
Black with #73CFE9
Text Example
Text Example
White with #73CFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CFE9; }
p { color: rgb(115,207,233); }
H1.HeaderClassName
{
color: #73CFE9;
}
.AnyTagClassName
{
color: #73CFE9;
}
</style>
background-color css
<style>
a { background-color: #73CFE9; }
a { background-color: rgb(115,207,233); }
div.DivClassName
{
background-color: #73CFE9;
}
.BgClassName
{
background-color: #73CFE9;
}
</style>
border-color css
<style>
span { border-color: #73CFE9; }
span { border-color: rgb(115,207,233); }
td.TdClassName
{
border-color: #73CFE9;
}
.TagClassName
{
border-color: #73CFE9;
}
</style>