Shades of Medium Turquoise #45CFBD
Tints of Medium Turquoise #45CFBD
RGB
CMYK
RGB Variations
Color information
#45CFBD (or 0x45CFBD) is known color: Medium Turquoise. HEX triplet: 45, CF and BD. RGB value is (69,207,189). Sum of RGB (Red+Green+Blue) = 69+207+189=465 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.84% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #45CFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CFBD is #BA3042. Grayscale: #A3A3A3. Windows color (decimal): -12202051 or 12439365. OLE color: 12439365.
HSL color Cylindrical-coordinate representation of color #45CFBD: hue angle of 172.17º degrees, saturation: 0.59, 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 #45CFBD is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 207 | 189 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.19 |
| HSL | 172.17º | 0.59% | 0.54% | - |
| HSV(B) | 172.17º | 0.67% | 0.81% | - |
| XYZ | 33.95 | 49.56 | 55.92 | - |
| YUV | 163.69 | 142.28 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 207 | 189 | 0.67 | 0 | 0.09 | 0.19 | 172.17 | 0.59 | 0.54 |
| Hex | 45 | CF | BD | 43 | 0 | 9 | 13 | AC | 3B | 36 |
| Octal | 105 | 317 | 275 | 103 | 0 | 11 | 23 | 254 | 73 | 66 |
| Binary | 1000101 | 11001111 | 10111101 | 1000011 | 0 | 1001 | 10011 | 10101100 | 111011 | 110110 |
Color Harmonies of #45CFBD
Complementary color
Monochromatic Colors of #45CFBD
Black with #45CFBD
Text Example
Text Example
White with #45CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CFBD; }
p { color: rgb(69,207,189); }
H1.HeaderClassName
{
color: #45CFBD;
}
.AnyTagClassName
{
color: #45CFBD;
}
</style>
background-color css
<style>
a { background-color: #45CFBD; }
a { background-color: rgb(69,207,189); }
div.DivClassName
{
background-color: #45CFBD;
}
.BgClassName
{
background-color: #45CFBD;
}
</style>
border-color css
<style>
span { border-color: #45CFBD; }
span { border-color: rgb(69,207,189); }
td.TdClassName
{
border-color: #45CFBD;
}
.TagClassName
{
border-color: #45CFBD;
}
</style>