Shades of Turquoise Blue #73D2EF
Tints of Turquoise Blue #73D2EF
RGB
CMYK
RGB Variations
Color information
#73D2EF (or 0x73D2EF) is known color: Turquoise Blue. HEX triplet: 73, D2 and EF. RGB value is (115,210,239). Sum of RGB (Red+Green+Blue) = 115+210+239=564 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.39% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #73D2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D2EF is #8C2D10. Grayscale: #B8B8B8. Windows color (decimal): -9186577 or 15716979. OLE color: 15716979.
HSL color Cylindrical-coordinate representation of color #73D2EF: hue angle of 194.03º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73D2EF is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 210 | 239 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.06 |
| HSL | 194.03º | 0.79% | 0.69% | - |
| HSV(B) | 194.03º | 0.52% | 0.94% | - |
| XYZ | 45.7 | 55.97 | 90.06 | - |
| YUV | 184.9 | 158.53 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 210 | 239 | 0.52 | 0.12 | 0 | 0.06 | 194.03 | 0.79 | 0.69 |
| Hex | 73 | D2 | EF | 34 | C | 0 | 6 | C2 | 4F | 45 |
| Octal | 163 | 322 | 357 | 64 | 14 | 0 | 6 | 302 | 117 | 105 |
| Binary | 1110011 | 11010010 | 11101111 | 110100 | 1100 | 0 | 110 | 11000010 | 1001111 | 1000101 |
Color Harmonies of #73D2EF
Complementary color
Monochromatic Colors of #73D2EF
Black with #73D2EF
Text Example
Text Example
White with #73D2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D2EF; }
p { color: rgb(115,210,239); }
H1.HeaderClassName
{
color: #73D2EF;
}
.AnyTagClassName
{
color: #73D2EF;
}
</style>
background-color css
<style>
a { background-color: #73D2EF; }
a { background-color: rgb(115,210,239); }
div.DivClassName
{
background-color: #73D2EF;
}
.BgClassName
{
background-color: #73D2EF;
}
</style>
border-color css
<style>
span { border-color: #73D2EF; }
span { border-color: rgb(115,210,239); }
td.TdClassName
{
border-color: #73D2EF;
}
.TagClassName
{
border-color: #73D2EF;
}
</style>