Shades of Medium Turquoise #45CFB2
Tints of Medium Turquoise #45CFB2
RGB
CMYK
RGB Variations
Color information
#45CFB2 (or 0x45CFB2) is known color: Medium Turquoise. HEX triplet: 45, CF and B2. RGB value is (69,207,178). Sum of RGB (Red+Green+Blue) = 69+207+178=454 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.20% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #45CFB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45CFB2 is #BA304D. Grayscale: #A2A2A2. Windows color (decimal): -12202062 or 11718469. OLE color: 11718469.
HSL color Cylindrical-coordinate representation of color #45CFB2: hue angle of 167.39º 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 #45CFB2 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 207 | 178 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.19 |
| HSL | 167.39º | 0.59% | 0.54% | - |
| HSV(B) | 167.39º | 0.67% | 0.81% | - |
| XYZ | 32.8 | 49.11 | 49.87 | - |
| YUV | 162.43 | 136.78 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 207 | 178 | 0.67 | 0 | 0.14 | 0.19 | 167.39 | 0.59 | 0.54 |
| Hex | 45 | CF | B2 | 43 | 0 | E | 13 | A7 | 3B | 36 |
| Octal | 105 | 317 | 262 | 103 | 0 | 16 | 23 | 247 | 73 | 66 |
| Binary | 1000101 | 11001111 | 10110010 | 1000011 | 0 | 1110 | 10011 | 10100111 | 111011 | 110110 |
Color Harmonies of #45CFB2
Complementary color
Monochromatic Colors of #45CFB2
Black with #45CFB2
Text Example
Text Example
White with #45CFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CFB2; }
p { color: rgb(69,207,178); }
H1.HeaderClassName
{
color: #45CFB2;
}
.AnyTagClassName
{
color: #45CFB2;
}
</style>
background-color css
<style>
a { background-color: #45CFB2; }
a { background-color: rgb(69,207,178); }
div.DivClassName
{
background-color: #45CFB2;
}
.BgClassName
{
background-color: #45CFB2;
}
</style>
border-color css
<style>
span { border-color: #45CFB2; }
span { border-color: rgb(69,207,178); }
td.TdClassName
{
border-color: #45CFB2;
}
.TagClassName
{
border-color: #45CFB2;
}
</style>