Shades of Turquoise Blue #73EFE2
Tints of Turquoise Blue #73EFE2
RGB
CMYK
RGB Variations
Color information
#73EFE2 (or 0x73EFE2) is known color: Turquoise Blue. HEX triplet: 73, EF and E2. RGB value is (115,239,226). Sum of RGB (Red+Green+Blue) = 115+239+226=580 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.83% from 580); Green value is 239 (93.75% from 255 or 41.21% from 580); Blue value is 226 (88.67% from 255 or 38.97% from 580); Max value from RGB is 239 - color contains mainly: green. Hex color #73EFE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EFE2 is #8C101D. Grayscale: #C8C8C8. Windows color (decimal): -9179166 or 14872435. OLE color: 14872435.
HSL color Cylindrical-coordinate representation of color #73EFE2: hue angle of 173.71º 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 #73EFE2 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 239 | 226 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.06 |
| HSL | 173.71º | 0.79% | 0.69% | - |
| HSV(B) | 173.71º | 0.52% | 0.94% | - |
| XYZ | 51.66 | 70.87 | 82.91 | - |
| YUV | 200.44 | 142.42 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 239 | 226 | 0.52 | 0 | 0.05 | 0.06 | 173.71 | 0.79 | 0.69 |
| Hex | 73 | EF | E2 | 34 | 0 | 5 | 6 | AE | 4F | 45 |
| Octal | 163 | 357 | 342 | 64 | 0 | 5 | 6 | 256 | 117 | 105 |
| Binary | 1110011 | 11101111 | 11100010 | 110100 | 0 | 101 | 110 | 10101110 | 1001111 | 1000101 |
Color Harmonies of #73EFE2
Complementary color
Monochromatic Colors of #73EFE2
Black with #73EFE2
Text Example
Text Example
White with #73EFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EFE2; }
p { color: rgb(115,239,226); }
H1.HeaderClassName
{
color: #73EFE2;
}
.AnyTagClassName
{
color: #73EFE2;
}
</style>
background-color css
<style>
a { background-color: #73EFE2; }
a { background-color: rgb(115,239,226); }
div.DivClassName
{
background-color: #73EFE2;
}
.BgClassName
{
background-color: #73EFE2;
}
</style>
border-color css
<style>
span { border-color: #73EFE2; }
span { border-color: rgb(115,239,226); }
td.TdClassName
{
border-color: #73EFE2;
}
.TagClassName
{
border-color: #73EFE2;
}
</style>