Shades of Medium Turquoise #45CDB5
Tints of Medium Turquoise #45CDB5
RGB
CMYK
RGB Variations
Color information
#45CDB5 (or 0x45CDB5) is known color: Medium Turquoise. HEX triplet: 45, CD and B5. RGB value is (69,205,181). Sum of RGB (Red+Green+Blue) = 69+205+181=455 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.16% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 205 - color contains mainly: green. Hex color #45CDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CDB5 is #BA324A. Grayscale: #A1A1A1. Windows color (decimal): -12202571 or 11914565. OLE color: 11914565.
HSL color Cylindrical-coordinate representation of color #45CDB5: hue angle of 169.41º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CDB5 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 205 | 181 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.20 |
| HSL | 169.41º | 0.58% | 0.54% | - |
| HSV(B) | 169.41º | 0.66% | 0.8% | - |
| XYZ | 32.63 | 48.26 | 51.31 | - |
| YUV | 161.6 | 138.94 | 61.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 205 | 181 | 0.66 | 0 | 0.12 | 0.20 | 169.41 | 0.58 | 0.54 |
| Hex | 45 | CD | B5 | 42 | 0 | C | 14 | A9 | 3A | 36 |
| Octal | 105 | 315 | 265 | 102 | 0 | 14 | 24 | 251 | 72 | 66 |
| Binary | 1000101 | 11001101 | 10110101 | 1000010 | 0 | 1100 | 10100 | 10101001 | 111010 | 110110 |
Color Harmonies of #45CDB5
Complementary color
Monochromatic Colors of #45CDB5
Black with #45CDB5
Text Example
Text Example
White with #45CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CDB5; }
p { color: rgb(69,205,181); }
H1.HeaderClassName
{
color: #45CDB5;
}
.AnyTagClassName
{
color: #45CDB5;
}
</style>
background-color css
<style>
a { background-color: #45CDB5; }
a { background-color: rgb(69,205,181); }
div.DivClassName
{
background-color: #45CDB5;
}
.BgClassName
{
background-color: #45CDB5;
}
</style>
border-color css
<style>
span { border-color: #45CDB5; }
span { border-color: rgb(69,205,181); }
td.TdClassName
{
border-color: #45CDB5;
}
.TagClassName
{
border-color: #45CDB5;
}
</style>