Shades of Turquoise Blue #73E2DF
Tints of Turquoise Blue #73E2DF
RGB
CMYK
RGB Variations
Color information
#73E2DF (or 0x73E2DF) is known color: Turquoise Blue. HEX triplet: 73, E2 and DF. RGB value is (115,226,223). Sum of RGB (Red+Green+Blue) = 115+226+223=564 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.39% from 564); Green value is 226 (88.67% from 255 or 40.07% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 226 - color contains mainly: green. Hex color #73E2DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E2DF is #8C1D20. Grayscale: #C0C0C0. Windows color (decimal): -9182497 or 14672499. OLE color: 14672499.
HSL color Cylindrical-coordinate representation of color #73E2DF: hue angle of 178.38º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73E2DF is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 226 | 223 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.11 |
| HSL | 178.38º | 0.66% | 0.67% | - |
| HSV(B) | 178.38º | 0.49% | 0.89% | - |
| XYZ | 47.59 | 63.37 | 79.53 | - |
| YUV | 192.47 | 145.23 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 226 | 223 | 0.49 | 0 | 0.01 | 0.11 | 178.38 | 0.66 | 0.67 |
| Hex | 73 | E2 | DF | 31 | 0 | 1 | B | B2 | 42 | 43 |
| Octal | 163 | 342 | 337 | 61 | 0 | 1 | 13 | 262 | 102 | 103 |
| Binary | 1110011 | 11100010 | 11011111 | 110001 | 0 | 1 | 1011 | 10110010 | 1000010 | 1000011 |
Color Harmonies of #73E2DF
Complementary color
Monochromatic Colors of #73E2DF
Black with #73E2DF
Text Example
Text Example
White with #73E2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E2DF; }
p { color: rgb(115,226,223); }
H1.HeaderClassName
{
color: #73E2DF;
}
.AnyTagClassName
{
color: #73E2DF;
}
</style>
background-color css
<style>
a { background-color: #73E2DF; }
a { background-color: rgb(115,226,223); }
div.DivClassName
{
background-color: #73E2DF;
}
.BgClassName
{
background-color: #73E2DF;
}
</style>
border-color css
<style>
span { border-color: #73E2DF; }
span { border-color: rgb(115,226,223); }
td.TdClassName
{
border-color: #73E2DF;
}
.TagClassName
{
border-color: #73E2DF;
}
</style>