Shades of Medium Turquoise #45CFBC
Tints of Medium Turquoise #45CFBC
RGB
CMYK
RGB Variations
Color information
#45CFBC (or 0x45CFBC) is known color: Medium Turquoise. HEX triplet: 45, CF and BC. RGB value is (69,207,188). Sum of RGB (Red+Green+Blue) = 69+207+188=464 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.87% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #45CFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CFBC is #BA3043. Grayscale: #A3A3A3. Windows color (decimal): -12202052 or 12373829. OLE color: 12373829.
HSL color Cylindrical-coordinate representation of color #45CFBC: hue angle of 171.74º 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 #45CFBC is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 207 | 188 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.19 |
| HSL | 171.74º | 0.59% | 0.54% | - |
| HSV(B) | 171.74º | 0.67% | 0.81% | - |
| XYZ | 33.84 | 49.52 | 55.35 | - |
| YUV | 163.57 | 141.78 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 207 | 188 | 0.67 | 0 | 0.09 | 0.19 | 171.74 | 0.59 | 0.54 |
| Hex | 45 | CF | BC | 43 | 0 | 9 | 13 | AC | 3B | 36 |
| Octal | 105 | 317 | 274 | 103 | 0 | 11 | 23 | 254 | 73 | 66 |
| Binary | 1000101 | 11001111 | 10111100 | 1000011 | 0 | 1001 | 10011 | 10101100 | 111011 | 110110 |
Color Harmonies of #45CFBC
Complementary color
Monochromatic Colors of #45CFBC
Black with #45CFBC
Text Example
Text Example
White with #45CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CFBC; }
p { color: rgb(69,207,188); }
H1.HeaderClassName
{
color: #45CFBC;
}
.AnyTagClassName
{
color: #45CFBC;
}
</style>
background-color css
<style>
a { background-color: #45CFBC; }
a { background-color: rgb(69,207,188); }
div.DivClassName
{
background-color: #45CFBC;
}
.BgClassName
{
background-color: #45CFBC;
}
</style>
border-color css
<style>
span { border-color: #45CFBC; }
span { border-color: rgb(69,207,188); }
td.TdClassName
{
border-color: #45CFBC;
}
.TagClassName
{
border-color: #45CFBC;
}
</style>