Shades of Turquoise #45FAC0
Tints of Turquoise #45FAC0
RGB
CMYK
RGB Variations
Color information
#45FAC0 (or 0x45FAC0) is known color: Turquoise. HEX triplet: 45, FA and C0. RGB value is (69,250,192). Sum of RGB (Red+Green+Blue) = 69+250+192=511 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.50% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #45FAC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FAC0 is #BA053F. Grayscale: #BDBDBD. Windows color (decimal): -12191040 or 12646981. OLE color: 12646981.
HSL color Cylindrical-coordinate representation of color #45FAC0: hue angle of 160.77º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45FAC0 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 250 | 192 | - |
| CMYK | 0.72 | 0 | 0.23 | 0.02 |
| HSL | 160.77º | 0.95% | 0.63% | - |
| HSV(B) | 160.77º | 0.72% | 0.98% | - |
| XYZ | 46.15 | 73.44 | 61.61 | - |
| YUV | 189.27 | 129.53 | 42.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 250 | 192 | 0.72 | 0 | 0.23 | 0.02 | 160.77 | 0.95 | 0.63 |
| Hex | 45 | FA | C0 | 48 | 0 | 17 | 2 | A1 | 5F | 3F |
| Octal | 105 | 372 | 300 | 110 | 0 | 27 | 2 | 241 | 137 | 77 |
| Binary | 1000101 | 11111010 | 11000000 | 1001000 | 0 | 10111 | 10 | 10100001 | 1011111 | 111111 |
Color Harmonies of #45FAC0
Complementary color
Monochromatic Colors of #45FAC0
Black with #45FAC0
Text Example
Text Example
White with #45FAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FAC0; }
p { color: rgb(69,250,192); }
H1.HeaderClassName
{
color: #45FAC0;
}
.AnyTagClassName
{
color: #45FAC0;
}
</style>
background-color css
<style>
a { background-color: #45FAC0; }
a { background-color: rgb(69,250,192); }
div.DivClassName
{
background-color: #45FAC0;
}
.BgClassName
{
background-color: #45FAC0;
}
</style>
border-color css
<style>
span { border-color: #45FAC0; }
span { border-color: rgb(69,250,192); }
td.TdClassName
{
border-color: #45FAC0;
}
.TagClassName
{
border-color: #45FAC0;
}
</style>