Shades of Turquoise Blue #73EFE7
Tints of Turquoise Blue #73EFE7
RGB
CMYK
RGB Variations
Color information
#73EFE7 (or 0x73EFE7) is known color: Turquoise Blue. HEX triplet: 73, EF and E7. RGB value is (115,239,231). Sum of RGB (Red+Green+Blue) = 115+239+231=585 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.66% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 231 (90.62% from 255 or 39.49% from 585); Max value from RGB is 239 - color contains mainly: green. Hex color #73EFE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73EFE7 is #8C1018. Grayscale: #C8C8C8. Windows color (decimal): -9179161 or 15200115. OLE color: 15200115.
HSL color Cylindrical-coordinate representation of color #73EFE7: hue angle of 176.13º 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 #73EFE7 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 239 | 231 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.06 |
| HSL | 176.13º | 0.79% | 0.69% | - |
| HSV(B) | 176.13º | 0.52% | 0.94% | - |
| XYZ | 52.36 | 71.15 | 86.57 | - |
| YUV | 201.01 | 144.92 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 239 | 231 | 0.52 | 0 | 0.03 | 0.06 | 176.13 | 0.79 | 0.69 |
| Hex | 73 | EF | E7 | 34 | 0 | 3 | 6 | B0 | 4F | 45 |
| Octal | 163 | 357 | 347 | 64 | 0 | 3 | 6 | 260 | 117 | 105 |
| Binary | 1110011 | 11101111 | 11100111 | 110100 | 0 | 11 | 110 | 10110000 | 1001111 | 1000101 |
Color Harmonies of #73EFE7
Complementary color
Monochromatic Colors of #73EFE7
Black with #73EFE7
Text Example
Text Example
White with #73EFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EFE7; }
p { color: rgb(115,239,231); }
H1.HeaderClassName
{
color: #73EFE7;
}
.AnyTagClassName
{
color: #73EFE7;
}
</style>
background-color css
<style>
a { background-color: #73EFE7; }
a { background-color: rgb(115,239,231); }
div.DivClassName
{
background-color: #73EFE7;
}
.BgClassName
{
background-color: #73EFE7;
}
</style>
border-color css
<style>
span { border-color: #73EFE7; }
span { border-color: rgb(115,239,231); }
td.TdClassName
{
border-color: #73EFE7;
}
.TagClassName
{
border-color: #73EFE7;
}
</style>