Shades of Medium Turquoise #45CABA
Tints of Medium Turquoise #45CABA
RGB
CMYK
RGB Variations
Color information
#45CABA (or 0x45CABA) is known color: Medium Turquoise. HEX triplet: 45, CA and BA. RGB value is (69,202,186). Sum of RGB (Red+Green+Blue) = 69+202+186=457 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.10% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #45CABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CABA is #BA3545. Grayscale: #A0A0A0. Windows color (decimal): -12203334 or 12241477. OLE color: 12241477.
HSL color Cylindrical-coordinate representation of color #45CABA: hue angle of 172.78º 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 #45CABA is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 202 | 186 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.21 |
| HSL | 172.78º | 0.56% | 0.53% | - |
| HSV(B) | 172.78º | 0.66% | 0.79% | - |
| XYZ | 32.44 | 47.05 | 53.83 | - |
| YUV | 160.41 | 142.44 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 202 | 186 | 0.66 | 0 | 0.08 | 0.21 | 172.78 | 0.56 | 0.53 |
| Hex | 45 | CA | BA | 42 | 0 | 8 | 15 | AD | 38 | 35 |
| Octal | 105 | 312 | 272 | 102 | 0 | 10 | 25 | 255 | 70 | 65 |
| Binary | 1000101 | 11001010 | 10111010 | 1000010 | 0 | 1000 | 10101 | 10101101 | 111000 | 110101 |
Color Harmonies of #45CABA
Complementary color
Monochromatic Colors of #45CABA
Black with #45CABA
Text Example
Text Example
White with #45CABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CABA; }
p { color: rgb(69,202,186); }
H1.HeaderClassName
{
color: #45CABA;
}
.AnyTagClassName
{
color: #45CABA;
}
</style>
background-color css
<style>
a { background-color: #45CABA; }
a { background-color: rgb(69,202,186); }
div.DivClassName
{
background-color: #45CABA;
}
.BgClassName
{
background-color: #45CABA;
}
</style>
border-color css
<style>
span { border-color: #45CABA; }
span { border-color: rgb(69,202,186); }
td.TdClassName
{
border-color: #45CABA;
}
.TagClassName
{
border-color: #45CABA;
}
</style>