Shades of Medium Turquoise #45CAC5
Tints of Medium Turquoise #45CAC5
RGB
CMYK
RGB Variations
Color information
#45CAC5 (or 0x45CAC5) is known color: Medium Turquoise. HEX triplet: 45, CA and C5. RGB value is (69,202,197). Sum of RGB (Red+Green+Blue) = 69+202+197=468 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.74% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #45CAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CAC5 is #BA353A. Grayscale: #A1A1A1. Windows color (decimal): -12203323 or 12962373. OLE color: 12962373.
HSL color Cylindrical-coordinate representation of color #45CAC5: hue angle of 177.74º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CAC5 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 202 | 197 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.21 |
| HSL | 177.74º | 0.56% | 0.53% | - |
| HSV(B) | 177.74º | 0.66% | 0.79% | - |
| XYZ | 33.65 | 47.54 | 60.23 | - |
| YUV | 161.66 | 147.94 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 202 | 197 | 0.66 | 0 | 0.02 | 0.21 | 177.74 | 0.56 | 0.53 |
| Hex | 45 | CA | C5 | 42 | 0 | 2 | 15 | B2 | 38 | 35 |
| Octal | 105 | 312 | 305 | 102 | 0 | 2 | 25 | 262 | 70 | 65 |
| Binary | 1000101 | 11001010 | 11000101 | 1000010 | 0 | 10 | 10101 | 10110010 | 111000 | 110101 |
Color Harmonies of #45CAC5
Complementary color
Monochromatic Colors of #45CAC5
Black with #45CAC5
Text Example
Text Example
White with #45CAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CAC5; }
p { color: rgb(69,202,197); }
H1.HeaderClassName
{
color: #45CAC5;
}
.AnyTagClassName
{
color: #45CAC5;
}
</style>
background-color css
<style>
a { background-color: #45CAC5; }
a { background-color: rgb(69,202,197); }
div.DivClassName
{
background-color: #45CAC5;
}
.BgClassName
{
background-color: #45CAC5;
}
</style>
border-color css
<style>
span { border-color: #45CAC5; }
span { border-color: rgb(69,202,197); }
td.TdClassName
{
border-color: #45CAC5;
}
.TagClassName
{
border-color: #45CAC5;
}
</style>