Shades of Medium Turquoise #45CCBC
Tints of Medium Turquoise #45CCBC
RGB
CMYK
RGB Variations
Color information
#45CCBC (or 0x45CCBC) is known color: Medium Turquoise. HEX triplet: 45, CC and BC. RGB value is (69,204,188). Sum of RGB (Red+Green+Blue) = 69+204+188=461 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.97% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #45CCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CCBC is #BA3343. Grayscale: #A1A1A1. Windows color (decimal): -12202820 or 12373061. OLE color: 12373061.
HSL color Cylindrical-coordinate representation of color #45CCBC: hue angle of 172.89º degrees, saturation: 0.57, 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 #45CCBC is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 204 | 188 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.2 |
| HSL | 172.89º | 0.57% | 0.54% | - |
| HSV(B) | 172.89º | 0.66% | 0.8% | - |
| XYZ | 33.12 | 48.08 | 55.11 | - |
| YUV | 161.81 | 142.77 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 204 | 188 | 0.66 | 0 | 0.08 | 0.2 | 172.89 | 0.57 | 0.54 |
| Hex | 45 | CC | BC | 42 | 0 | 8 | 14 | AD | 39 | 36 |
| Octal | 105 | 314 | 274 | 102 | 0 | 10 | 24 | 255 | 71 | 66 |
| Binary | 1000101 | 11001100 | 10111100 | 1000010 | 0 | 1000 | 10100 | 10101101 | 111001 | 110110 |
Color Harmonies of #45CCBC
Complementary color
Monochromatic Colors of #45CCBC
Black with #45CCBC
Text Example
Text Example
White with #45CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CCBC; }
p { color: rgb(69,204,188); }
H1.HeaderClassName
{
color: #45CCBC;
}
.AnyTagClassName
{
color: #45CCBC;
}
</style>
background-color css
<style>
a { background-color: #45CCBC; }
a { background-color: rgb(69,204,188); }
div.DivClassName
{
background-color: #45CCBC;
}
.BgClassName
{
background-color: #45CCBC;
}
</style>
border-color css
<style>
span { border-color: #45CCBC; }
span { border-color: rgb(69,204,188); }
td.TdClassName
{
border-color: #45CCBC;
}
.TagClassName
{
border-color: #45CCBC;
}
</style>