Shades of Turquoise Blue #73EFE5
Tints of Turquoise Blue #73EFE5
RGB
CMYK
RGB Variations
Color information
#73EFE5 (or 0x73EFE5) is known color: Turquoise Blue. HEX triplet: 73, EF and E5. RGB value is (115,239,229). Sum of RGB (Red+Green+Blue) = 115+239+229=583 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.73% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #73EFE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EFE5 is #8C101A. Grayscale: #C8C8C8. Windows color (decimal): -9179163 or 15069043. OLE color: 15069043.
HSL color Cylindrical-coordinate representation of color #73EFE5: hue angle of 175.16º 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 #73EFE5 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 239 | 229 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.06 |
| HSL | 175.16º | 0.79% | 0.69% | - |
| HSV(B) | 175.16º | 0.52% | 0.94% | - |
| XYZ | 52.08 | 71.03 | 85.09 | - |
| YUV | 200.78 | 143.92 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 239 | 229 | 0.52 | 0 | 0.04 | 0.06 | 175.16 | 0.79 | 0.69 |
| Hex | 73 | EF | E5 | 34 | 0 | 4 | 6 | AF | 4F | 45 |
| Octal | 163 | 357 | 345 | 64 | 0 | 4 | 6 | 257 | 117 | 105 |
| Binary | 1110011 | 11101111 | 11100101 | 110100 | 0 | 100 | 110 | 10101111 | 1001111 | 1000101 |
Color Harmonies of #73EFE5
Complementary color
Monochromatic Colors of #73EFE5
Black with #73EFE5
Text Example
Text Example
White with #73EFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EFE5; }
p { color: rgb(115,239,229); }
H1.HeaderClassName
{
color: #73EFE5;
}
.AnyTagClassName
{
color: #73EFE5;
}
</style>
background-color css
<style>
a { background-color: #73EFE5; }
a { background-color: rgb(115,239,229); }
div.DivClassName
{
background-color: #73EFE5;
}
.BgClassName
{
background-color: #73EFE5;
}
</style>
border-color css
<style>
span { border-color: #73EFE5; }
span { border-color: rgb(115,239,229); }
td.TdClassName
{
border-color: #73EFE5;
}
.TagClassName
{
border-color: #73EFE5;
}
</style>