Shades of Medium Turquoise #45CABB
Tints of Medium Turquoise #45CABB
RGB
CMYK
RGB Variations
Color information
#45CABB (or 0x45CABB) is known color: Medium Turquoise. HEX triplet: 45, CA and BB. RGB value is (69,202,187). Sum of RGB (Red+Green+Blue) = 69+202+187=458 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.07% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #45CABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CABB is #BA3544. Grayscale: #A0A0A0. Windows color (decimal): -12203333 or 12307013. OLE color: 12307013.
HSL color Cylindrical-coordinate representation of color #45CABB: hue angle of 173.23º 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 #45CABB is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 202 | 187 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.21 |
| HSL | 173.23º | 0.56% | 0.53% | - |
| HSV(B) | 173.23º | 0.66% | 0.79% | - |
| XYZ | 32.54 | 47.09 | 54.39 | - |
| YUV | 160.52 | 142.94 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 202 | 187 | 0.66 | 0 | 0.07 | 0.21 | 173.23 | 0.56 | 0.53 |
| Hex | 45 | CA | BB | 42 | 0 | 7 | 15 | AD | 38 | 35 |
| Octal | 105 | 312 | 273 | 102 | 0 | 7 | 25 | 255 | 70 | 65 |
| Binary | 1000101 | 11001010 | 10111011 | 1000010 | 0 | 111 | 10101 | 10101101 | 111000 | 110101 |
Color Harmonies of #45CABB
Complementary color
Monochromatic Colors of #45CABB
Black with #45CABB
Text Example
Text Example
White with #45CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CABB; }
p { color: rgb(69,202,187); }
H1.HeaderClassName
{
color: #45CABB;
}
.AnyTagClassName
{
color: #45CABB;
}
</style>
background-color css
<style>
a { background-color: #45CABB; }
a { background-color: rgb(69,202,187); }
div.DivClassName
{
background-color: #45CABB;
}
.BgClassName
{
background-color: #45CABB;
}
</style>
border-color css
<style>
span { border-color: #45CABB; }
span { border-color: rgb(69,202,187); }
td.TdClassName
{
border-color: #45CABB;
}
.TagClassName
{
border-color: #45CABB;
}
</style>