Shades of Medium Turquoise #45CFBE
Tints of Medium Turquoise #45CFBE
RGB
CMYK
RGB Variations
Color information
#45CFBE (or 0x45CFBE) is known color: Medium Turquoise. HEX triplet: 45, CF and BE. RGB value is (69,207,190). Sum of RGB (Red+Green+Blue) = 69+207+190=466 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.81% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #45CFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CFBE is #BA3041. Grayscale: #A3A3A3. Windows color (decimal): -12202050 or 12504901. OLE color: 12504901.
HSL color Cylindrical-coordinate representation of color #45CFBE: hue angle of 172.61º 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 #45CFBE is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 207 | 190 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.19 |
| HSL | 172.61º | 0.59% | 0.54% | - |
| HSV(B) | 172.61º | 0.67% | 0.81% | - |
| XYZ | 34.06 | 49.61 | 56.5 | - |
| YUV | 163.8 | 142.78 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 207 | 190 | 0.67 | 0 | 0.08 | 0.19 | 172.61 | 0.59 | 0.54 |
| Hex | 45 | CF | BE | 43 | 0 | 8 | 13 | AD | 3B | 36 |
| Octal | 105 | 317 | 276 | 103 | 0 | 10 | 23 | 255 | 73 | 66 |
| Binary | 1000101 | 11001111 | 10111110 | 1000011 | 0 | 1000 | 10011 | 10101101 | 111011 | 110110 |
Color Harmonies of #45CFBE
Complementary color
Monochromatic Colors of #45CFBE
Black with #45CFBE
Text Example
Text Example
White with #45CFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CFBE; }
p { color: rgb(69,207,190); }
H1.HeaderClassName
{
color: #45CFBE;
}
.AnyTagClassName
{
color: #45CFBE;
}
</style>
background-color css
<style>
a { background-color: #45CFBE; }
a { background-color: rgb(69,207,190); }
div.DivClassName
{
background-color: #45CFBE;
}
.BgClassName
{
background-color: #45CFBE;
}
</style>
border-color css
<style>
span { border-color: #45CFBE; }
span { border-color: rgb(69,207,190); }
td.TdClassName
{
border-color: #45CFBE;
}
.TagClassName
{
border-color: #45CFBE;
}
</style>