Shades of Medium Turquoise #45CFB7
Tints of Medium Turquoise #45CFB7
RGB
CMYK
RGB Variations
Color information
#45CFB7 (or 0x45CFB7) is known color: Medium Turquoise. HEX triplet: 45, CF and B7. RGB value is (69,207,183). Sum of RGB (Red+Green+Blue) = 69+207+183=459 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.03% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #45CFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CFB7 is #BA3048. Grayscale: #A2A2A2. Windows color (decimal): -12202057 or 12046149. OLE color: 12046149.
HSL color Cylindrical-coordinate representation of color #45CFB7: hue angle of 169.57º 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 #45CFB7 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 207 | 183 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.19 |
| HSL | 169.57º | 0.59% | 0.54% | - |
| HSV(B) | 169.57º | 0.67% | 0.81% | - |
| XYZ | 33.31 | 49.31 | 52.56 | - |
| YUV | 163 | 139.28 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 207 | 183 | 0.67 | 0 | 0.12 | 0.19 | 169.57 | 0.59 | 0.54 |
| Hex | 45 | CF | B7 | 43 | 0 | C | 13 | AA | 3B | 36 |
| Octal | 105 | 317 | 267 | 103 | 0 | 14 | 23 | 252 | 73 | 66 |
| Binary | 1000101 | 11001111 | 10110111 | 1000011 | 0 | 1100 | 10011 | 10101010 | 111011 | 110110 |
Color Harmonies of #45CFB7
Complementary color
Monochromatic Colors of #45CFB7
Black with #45CFB7
Text Example
Text Example
White with #45CFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CFB7; }
p { color: rgb(69,207,183); }
H1.HeaderClassName
{
color: #45CFB7;
}
.AnyTagClassName
{
color: #45CFB7;
}
</style>
background-color css
<style>
a { background-color: #45CFB7; }
a { background-color: rgb(69,207,183); }
div.DivClassName
{
background-color: #45CFB7;
}
.BgClassName
{
background-color: #45CFB7;
}
</style>
border-color css
<style>
span { border-color: #45CFB7; }
span { border-color: rgb(69,207,183); }
td.TdClassName
{
border-color: #45CFB7;
}
.TagClassName
{
border-color: #45CFB7;
}
</style>