Shades of Medium Turquoise #45CEB5
Tints of Medium Turquoise #45CEB5
RGB
CMYK
RGB Variations
Color information
#45CEB5 (or 0x45CEB5) is known color: Medium Turquoise. HEX triplet: 45, CE and B5. RGB value is (69,206,181). Sum of RGB (Red+Green+Blue) = 69+206+181=456 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.13% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #45CEB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CEB5 is #BA314A. Grayscale: #A2A2A2. Windows color (decimal): -12202315 or 11914821. OLE color: 11914821.
HSL color Cylindrical-coordinate representation of color #45CEB5: hue angle of 169.05º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45CEB5 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 206 | 181 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.19 |
| HSL | 169.05º | 0.58% | 0.54% | - |
| HSV(B) | 169.05º | 0.67% | 0.81% | - |
| XYZ | 32.87 | 48.74 | 51.39 | - |
| YUV | 162.19 | 138.61 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 206 | 181 | 0.67 | 0 | 0.12 | 0.19 | 169.05 | 0.58 | 0.54 |
| Hex | 45 | CE | B5 | 43 | 0 | C | 13 | A9 | 3A | 36 |
| Octal | 105 | 316 | 265 | 103 | 0 | 14 | 23 | 251 | 72 | 66 |
| Binary | 1000101 | 11001110 | 10110101 | 1000011 | 0 | 1100 | 10011 | 10101001 | 111010 | 110110 |
Color Harmonies of #45CEB5
Complementary color
Monochromatic Colors of #45CEB5
Black with #45CEB5
Text Example
Text Example
White with #45CEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CEB5; }
p { color: rgb(69,206,181); }
H1.HeaderClassName
{
color: #45CEB5;
}
.AnyTagClassName
{
color: #45CEB5;
}
</style>
background-color css
<style>
a { background-color: #45CEB5; }
a { background-color: rgb(69,206,181); }
div.DivClassName
{
background-color: #45CEB5;
}
.BgClassName
{
background-color: #45CEB5;
}
</style>
border-color css
<style>
span { border-color: #45CEB5; }
span { border-color: rgb(69,206,181); }
td.TdClassName
{
border-color: #45CEB5;
}
.TagClassName
{
border-color: #45CEB5;
}
</style>