Shades of Turquoise Blue #73DFF1
Tints of Turquoise Blue #73DFF1
RGB
CMYK
RGB Variations
Color information
#73DFF1 (or 0x73DFF1) is known color: Turquoise Blue. HEX triplet: 73, DF and F1. RGB value is (115,223,241). Sum of RGB (Red+Green+Blue) = 115+223+241=579 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.86% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #73DFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DFF1 is #8C200E. Grayscale: #C0C0C0. Windows color (decimal): -9183247 or 15851379. OLE color: 15851379.
HSL color Cylindrical-coordinate representation of color #73DFF1: hue angle of 188.57º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73DFF1 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 223 | 241 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.05 |
| HSL | 188.57º | 0.82% | 0.7% | - |
| HSV(B) | 188.57º | 0.52% | 0.95% | - |
| XYZ | 49.34 | 62.77 | 92.73 | - |
| YUV | 192.76 | 155.22 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 241 | 0.52 | 0.07 | 0 | 0.05 | 188.57 | 0.82 | 0.7 |
| Hex | 73 | DF | F1 | 34 | 7 | 0 | 5 | BD | 52 | 46 |
| Octal | 163 | 337 | 361 | 64 | 7 | 0 | 5 | 275 | 122 | 106 |
| Binary | 1110011 | 11011111 | 11110001 | 110100 | 111 | 0 | 101 | 10111101 | 1010010 | 1000110 |
Color Harmonies of #73DFF1
Complementary color
Monochromatic Colors of #73DFF1
Black with #73DFF1
Text Example
Text Example
White with #73DFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DFF1; }
p { color: rgb(115,223,241); }
H1.HeaderClassName
{
color: #73DFF1;
}
.AnyTagClassName
{
color: #73DFF1;
}
</style>
background-color css
<style>
a { background-color: #73DFF1; }
a { background-color: rgb(115,223,241); }
div.DivClassName
{
background-color: #73DFF1;
}
.BgClassName
{
background-color: #73DFF1;
}
</style>
border-color css
<style>
span { border-color: #73DFF1; }
span { border-color: rgb(115,223,241); }
td.TdClassName
{
border-color: #73DFF1;
}
.TagClassName
{
border-color: #73DFF1;
}
</style>