Shades of Turquoise #45FDC1
Tints of Turquoise #45FDC1
RGB
CMYK
RGB Variations
Color information
#45FDC1 (or 0x45FDC1) is known color: Turquoise. HEX triplet: 45, FD and C1. RGB value is (69,253,193). Sum of RGB (Red+Green+Blue) = 69+253+193=515 (68% of max value = 765). Red value is 69 (27.34% from 255 or 13.40% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 253 - color contains mainly: green. Hex color #45FDC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FDC1 is #BA023E. Grayscale: #BFBFBF. Windows color (decimal): -12190271 or 12713285. OLE color: 12713285.
HSL color Cylindrical-coordinate representation of color #45FDC1: hue angle of 160.43º 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 #45FDC1 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 253 | 193 | - |
| CMYK | 0.73 | 0 | 0.24 | 0.01 |
| HSL | 160.43º | 0.98% | 0.63% | - |
| HSV(B) | 160.43º | 0.73% | 0.99% | - |
| XYZ | 47.21 | 75.37 | 62.51 | - |
| YUV | 191.14 | 129.04 | 40.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 253 | 193 | 0.73 | 0 | 0.24 | 0.01 | 160.43 | 0.98 | 0.63 |
| Hex | 45 | FD | C1 | 49 | 0 | 18 | 1 | A0 | 62 | 3F |
| Octal | 105 | 375 | 301 | 111 | 0 | 30 | 1 | 240 | 142 | 77 |
| Binary | 1000101 | 11111101 | 11000001 | 1001001 | 0 | 11000 | 1 | 10100000 | 1100010 | 111111 |
Color Harmonies of #45FDC1
Complementary color
Monochromatic Colors of #45FDC1
Black with #45FDC1
Text Example
Text Example
White with #45FDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FDC1; }
p { color: rgb(69,253,193); }
H1.HeaderClassName
{
color: #45FDC1;
}
.AnyTagClassName
{
color: #45FDC1;
}
</style>
background-color css
<style>
a { background-color: #45FDC1; }
a { background-color: rgb(69,253,193); }
div.DivClassName
{
background-color: #45FDC1;
}
.BgClassName
{
background-color: #45FDC1;
}
</style>
border-color css
<style>
span { border-color: #45FDC1; }
span { border-color: rgb(69,253,193); }
td.TdClassName
{
border-color: #45FDC1;
}
.TagClassName
{
border-color: #45FDC1;
}
</style>