Shades of Turquoise Blue #73EFE8
Tints of Turquoise Blue #73EFE8
RGB
CMYK
RGB Variations
Color information
#73EFE8 (or 0x73EFE8) is known color: Turquoise Blue. HEX triplet: 73, EF and E8. RGB value is (115,239,232). Sum of RGB (Red+Green+Blue) = 115+239+232=586 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.62% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 232 (91.02% from 255 or 39.59% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #73EFE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73EFE8 is #8C1017. Grayscale: #C9C9C9. Windows color (decimal): -9179160 or 15265651. OLE color: 15265651.
HSL color Cylindrical-coordinate representation of color #73EFE8: hue angle of 176.61º 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 #73EFE8 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 239 | 232 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.06 |
| HSL | 176.61º | 0.79% | 0.69% | - |
| HSV(B) | 176.61º | 0.52% | 0.94% | - |
| XYZ | 52.5 | 71.2 | 87.32 | - |
| YUV | 201.13 | 145.42 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 239 | 232 | 0.52 | 0 | 0.03 | 0.06 | 176.61 | 0.79 | 0.69 |
| Hex | 73 | EF | E8 | 34 | 0 | 3 | 6 | B1 | 4F | 45 |
| Octal | 163 | 357 | 350 | 64 | 0 | 3 | 6 | 261 | 117 | 105 |
| Binary | 1110011 | 11101111 | 11101000 | 110100 | 0 | 11 | 110 | 10110001 | 1001111 | 1000101 |
Color Harmonies of #73EFE8
Complementary color
Monochromatic Colors of #73EFE8
Black with #73EFE8
Text Example
Text Example
White with #73EFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EFE8; }
p { color: rgb(115,239,232); }
H1.HeaderClassName
{
color: #73EFE8;
}
.AnyTagClassName
{
color: #73EFE8;
}
</style>
background-color css
<style>
a { background-color: #73EFE8; }
a { background-color: rgb(115,239,232); }
div.DivClassName
{
background-color: #73EFE8;
}
.BgClassName
{
background-color: #73EFE8;
}
</style>
border-color css
<style>
span { border-color: #73EFE8; }
span { border-color: rgb(115,239,232); }
td.TdClassName
{
border-color: #73EFE8;
}
.TagClassName
{
border-color: #73EFE8;
}
</style>