Shades of Turquoise Blue #73CFEB
Tints of Turquoise Blue #73CFEB
RGB
CMYK
RGB Variations
Color information
#73CFEB (or 0x73CFEB) is known color: Turquoise Blue. HEX triplet: 73, CF and EB. RGB value is (115,207,235). Sum of RGB (Red+Green+Blue) = 115+207+235=557 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.65% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #73CFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73CFEB is #8C3014. Grayscale: #B6B6B6. Windows color (decimal): -9187349 or 15454067. OLE color: 15454067.
HSL color Cylindrical-coordinate representation of color #73CFEB: hue angle of 194º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73CFEB is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 207 | 235 | - |
| CMYK | 0.51 | 0.12 | 0 | 0.08 |
| HSL | 194º | 0.75% | 0.69% | - |
| HSV(B) | 194º | 0.51% | 0.92% | - |
| XYZ | 44.38 | 54.27 | 86.73 | - |
| YUV | 182.68 | 157.52 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 207 | 235 | 0.51 | 0.12 | 0 | 0.08 | 194 | 0.75 | 0.69 |
| Hex | 73 | CF | EB | 33 | C | 0 | 8 | C2 | 4B | 45 |
| Octal | 163 | 317 | 353 | 63 | 14 | 0 | 10 | 302 | 113 | 105 |
| Binary | 1110011 | 11001111 | 11101011 | 110011 | 1100 | 0 | 1000 | 11000010 | 1001011 | 1000101 |
Color Harmonies of #73CFEB
Complementary color
Monochromatic Colors of #73CFEB
Black with #73CFEB
Text Example
Text Example
White with #73CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CFEB; }
p { color: rgb(115,207,235); }
H1.HeaderClassName
{
color: #73CFEB;
}
.AnyTagClassName
{
color: #73CFEB;
}
</style>
background-color css
<style>
a { background-color: #73CFEB; }
a { background-color: rgb(115,207,235); }
div.DivClassName
{
background-color: #73CFEB;
}
.BgClassName
{
background-color: #73CFEB;
}
</style>
border-color css
<style>
span { border-color: #73CFEB; }
span { border-color: rgb(115,207,235); }
td.TdClassName
{
border-color: #73CFEB;
}
.TagClassName
{
border-color: #73CFEB;
}
</style>