Shades of Turquoise #45F0C0
Tints of Turquoise #45F0C0
RGB
CMYK
RGB Variations
Color information
#45F0C0 (or 0x45F0C0) is known color: Turquoise. HEX triplet: 45, F0 and C0. RGB value is (69,240,192). Sum of RGB (Red+Green+Blue) = 69+240+192=501 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.77% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 240 - color contains mainly: green. Hex color #45F0C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45F0C0 is #BA0F3F. Grayscale: #B7B7B7. Windows color (decimal): -12193600 or 12644421. OLE color: 12644421.
HSL color Cylindrical-coordinate representation of color #45F0C0: hue angle of 163.16º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45F0C0 is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 240 | 192 | - |
| CMYK | 0.71 | 0 | 0.20 | 0.06 |
| HSL | 163.16º | 0.85% | 0.61% | - |
| HSV(B) | 163.16º | 0.71% | 0.94% | - |
| XYZ | 43.13 | 67.39 | 60.6 | - |
| YUV | 183.4 | 132.85 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 240 | 192 | 0.71 | 0 | 0.20 | 0.06 | 163.16 | 0.85 | 0.61 |
| Hex | 45 | F0 | C0 | 47 | 0 | 14 | 6 | A3 | 55 | 3D |
| Octal | 105 | 360 | 300 | 107 | 0 | 24 | 6 | 243 | 125 | 75 |
| Binary | 1000101 | 11110000 | 11000000 | 1000111 | 0 | 10100 | 110 | 10100011 | 1010101 | 111101 |
Color Harmonies of #45F0C0
Complementary color
Monochromatic Colors of #45F0C0
Black with #45F0C0
Text Example
Text Example
White with #45F0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F0C0; }
p { color: rgb(69,240,192); }
H1.HeaderClassName
{
color: #45F0C0;
}
.AnyTagClassName
{
color: #45F0C0;
}
</style>
background-color css
<style>
a { background-color: #45F0C0; }
a { background-color: rgb(69,240,192); }
div.DivClassName
{
background-color: #45F0C0;
}
.BgClassName
{
background-color: #45F0C0;
}
</style>
border-color css
<style>
span { border-color: #45F0C0; }
span { border-color: rgb(69,240,192); }
td.TdClassName
{
border-color: #45F0C0;
}
.TagClassName
{
border-color: #45F0C0;
}
</style>