Shades of Turquoise #45FDC0
Tints of Turquoise #45FDC0
RGB
CMYK
RGB Variations
Color information
#45FDC0 (or 0x45FDC0) is known color: Turquoise. HEX triplet: 45, FD and C0. RGB value is (69,253,192). Sum of RGB (Red+Green+Blue) = 69+253+192=514 (68% of max value = 765). Red value is 69 (27.34% from 255 or 13.42% from 514); Green value is 253 (99.22% from 255 or 49.22% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 253 - color contains mainly: green. Hex color #45FDC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FDC0 is #BA023F. Grayscale: #BFBFBF. Windows color (decimal): -12190272 or 12647749. OLE color: 12647749.
HSL color Cylindrical-coordinate representation of color #45FDC0: hue angle of 160.11º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45FDC0 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 253 | 192 | - |
| CMYK | 0.73 | 0 | 0.24 | 0.01 |
| HSL | 160.11º | 0.98% | 0.63% | - |
| HSV(B) | 160.11º | 0.73% | 0.99% | - |
| XYZ | 47.09 | 75.32 | 61.93 | - |
| YUV | 191.03 | 128.54 | 40.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 253 | 192 | 0.73 | 0 | 0.24 | 0.01 | 160.11 | 0.98 | 0.63 |
| Hex | 45 | FD | C0 | 49 | 0 | 18 | 1 | A0 | 62 | 3F |
| Octal | 105 | 375 | 300 | 111 | 0 | 30 | 1 | 240 | 142 | 77 |
| Binary | 1000101 | 11111101 | 11000000 | 1001001 | 0 | 11000 | 1 | 10100000 | 1100010 | 111111 |
Color Harmonies of #45FDC0
Complementary color
Monochromatic Colors of #45FDC0
Black with #45FDC0
Text Example
Text Example
White with #45FDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FDC0; }
p { color: rgb(69,253,192); }
H1.HeaderClassName
{
color: #45FDC0;
}
.AnyTagClassName
{
color: #45FDC0;
}
</style>
background-color css
<style>
a { background-color: #45FDC0; }
a { background-color: rgb(69,253,192); }
div.DivClassName
{
background-color: #45FDC0;
}
.BgClassName
{
background-color: #45FDC0;
}
</style>
border-color css
<style>
span { border-color: #45FDC0; }
span { border-color: rgb(69,253,192); }
td.TdClassName
{
border-color: #45FDC0;
}
.TagClassName
{
border-color: #45FDC0;
}
</style>