Shades of Turquoise #45DEC0
Tints of Turquoise #45DEC0
RGB
CMYK
RGB Variations
Color information
#45DEC0 (or 0x45DEC0) is known color: Turquoise. HEX triplet: 45, DE and C0. RGB value is (69,222,192). Sum of RGB (Red+Green+Blue) = 69+222+192=483 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.29% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 222 - color contains mainly: green. Hex color #45DEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DEC0 is #BA213F. Grayscale: #ACACAC. Windows color (decimal): -12198208 or 12639813. OLE color: 12639813.
HSL color Cylindrical-coordinate representation of color #45DEC0: hue angle of 168.24º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DEC0 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 222 | 192 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.13 |
| HSL | 168.24º | 0.7% | 0.57% | - |
| HSV(B) | 168.24º | 0.69% | 0.87% | - |
| XYZ | 38.09 | 57.31 | 58.92 | - |
| YUV | 172.83 | 138.81 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 222 | 192 | 0.69 | 0 | 0.14 | 0.13 | 168.24 | 0.7 | 0.57 |
| Hex | 45 | DE | C0 | 45 | 0 | E | D | A8 | 46 | 39 |
| Octal | 105 | 336 | 300 | 105 | 0 | 16 | 15 | 250 | 106 | 71 |
| Binary | 1000101 | 11011110 | 11000000 | 1000101 | 0 | 1110 | 1101 | 10101000 | 1000110 | 111001 |
Color Harmonies of #45DEC0
Complementary color
Monochromatic Colors of #45DEC0
Black with #45DEC0
Text Example
Text Example
White with #45DEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DEC0; }
p { color: rgb(69,222,192); }
H1.HeaderClassName
{
color: #45DEC0;
}
.AnyTagClassName
{
color: #45DEC0;
}
</style>
background-color css
<style>
a { background-color: #45DEC0; }
a { background-color: rgb(69,222,192); }
div.DivClassName
{
background-color: #45DEC0;
}
.BgClassName
{
background-color: #45DEC0;
}
</style>
border-color css
<style>
span { border-color: #45DEC0; }
span { border-color: rgb(69,222,192); }
td.TdClassName
{
border-color: #45DEC0;
}
.TagClassName
{
border-color: #45DEC0;
}
</style>