Shades of Medium Turquoise #45CEBD
Tints of Medium Turquoise #45CEBD
RGB
CMYK
RGB Variations
Color information
#45CEBD (or 0x45CEBD) is known color: Medium Turquoise. HEX triplet: 45, CE and BD. RGB value is (69,206,189). Sum of RGB (Red+Green+Blue) = 69+206+189=464 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.87% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #45CEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CEBD is #BA3142. Grayscale: #A3A3A3. Windows color (decimal): -12202307 or 12439109. OLE color: 12439109.
HSL color Cylindrical-coordinate representation of color #45CEBD: hue angle of 172.55º 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 #45CEBD is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 206 | 189 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.19 |
| HSL | 172.55º | 0.58% | 0.54% | - |
| HSV(B) | 172.55º | 0.67% | 0.81% | - |
| XYZ | 33.71 | 49.08 | 55.84 | - |
| YUV | 163.1 | 142.61 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 206 | 189 | 0.67 | 0 | 0.08 | 0.19 | 172.55 | 0.58 | 0.54 |
| Hex | 45 | CE | BD | 43 | 0 | 8 | 13 | AD | 3A | 36 |
| Octal | 105 | 316 | 275 | 103 | 0 | 10 | 23 | 255 | 72 | 66 |
| Binary | 1000101 | 11001110 | 10111101 | 1000011 | 0 | 1000 | 10011 | 10101101 | 111010 | 110110 |
Color Harmonies of #45CEBD
Complementary color
Monochromatic Colors of #45CEBD
Black with #45CEBD
Text Example
Text Example
White with #45CEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CEBD; }
p { color: rgb(69,206,189); }
H1.HeaderClassName
{
color: #45CEBD;
}
.AnyTagClassName
{
color: #45CEBD;
}
</style>
background-color css
<style>
a { background-color: #45CEBD; }
a { background-color: rgb(69,206,189); }
div.DivClassName
{
background-color: #45CEBD;
}
.BgClassName
{
background-color: #45CEBD;
}
</style>
border-color css
<style>
span { border-color: #45CEBD; }
span { border-color: rgb(69,206,189); }
td.TdClassName
{
border-color: #45CEBD;
}
.TagClassName
{
border-color: #45CEBD;
}
</style>