Shades of Turquoise Blue #73DBEF
Tints of Turquoise Blue #73DBEF
RGB
CMYK
RGB Variations
Color information
#73DBEF (or 0x73DBEF) is known color: Turquoise Blue. HEX triplet: 73, DB and EF. RGB value is (115,219,239). Sum of RGB (Red+Green+Blue) = 115+219+239=573 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.07% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #73DBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DBEF is #8C2410. Grayscale: #BDBDBD. Windows color (decimal): -9184273 or 15719283. OLE color: 15719283.
HSL color Cylindrical-coordinate representation of color #73DBEF: hue angle of 189.68º 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 #73DBEF is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 219 | 239 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.06 |
| HSL | 189.68º | 0.79% | 0.69% | - |
| HSV(B) | 189.68º | 0.52% | 0.94% | - |
| XYZ | 47.98 | 60.54 | 90.82 | - |
| YUV | 190.18 | 155.54 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 219 | 239 | 0.52 | 0.08 | 0 | 0.06 | 189.68 | 0.79 | 0.69 |
| Hex | 73 | DB | EF | 34 | 8 | 0 | 6 | BE | 4F | 45 |
| Octal | 163 | 333 | 357 | 64 | 10 | 0 | 6 | 276 | 117 | 105 |
| Binary | 1110011 | 11011011 | 11101111 | 110100 | 1000 | 0 | 110 | 10111110 | 1001111 | 1000101 |
Color Harmonies of #73DBEF
Complementary color
Monochromatic Colors of #73DBEF
Black with #73DBEF
Text Example
Text Example
White with #73DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DBEF; }
p { color: rgb(115,219,239); }
H1.HeaderClassName
{
color: #73DBEF;
}
.AnyTagClassName
{
color: #73DBEF;
}
</style>
background-color css
<style>
a { background-color: #73DBEF; }
a { background-color: rgb(115,219,239); }
div.DivClassName
{
background-color: #73DBEF;
}
.BgClassName
{
background-color: #73DBEF;
}
</style>
border-color css
<style>
span { border-color: #73DBEF; }
span { border-color: rgb(115,219,239); }
td.TdClassName
{
border-color: #73DBEF;
}
.TagClassName
{
border-color: #73DBEF;
}
</style>