Shades of Medium Turquoise #45CFCD
Tints of Medium Turquoise #45CFCD
RGB
CMYK
RGB Variations
Color information
#45CFCD (or 0x45CFCD) is known color: Medium Turquoise. HEX triplet: 45, CF and CD. RGB value is (69,207,205). Sum of RGB (Red+Green+Blue) = 69+207+205=481 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.35% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 207 - color contains mainly: green. Hex color #45CFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CFCD is #BA3032. Grayscale: #A5A5A5. Windows color (decimal): -12202035 or 13487941. OLE color: 13487941.
HSL color Cylindrical-coordinate representation of color #45CFCD: hue angle of 179.13º 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 #45CFCD is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 207 | 205 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.19 |
| HSL | 179.13º | 0.59% | 0.54% | - |
| HSV(B) | 179.13º | 0.67% | 0.81% | - |
| XYZ | 35.79 | 50.3 | 65.58 | - |
| YUV | 165.51 | 150.28 | 59.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 207 | 205 | 0.67 | 0 | 0.01 | 0.19 | 179.13 | 0.59 | 0.54 |
| Hex | 45 | CF | CD | 43 | 0 | 1 | 13 | B3 | 3B | 36 |
| Octal | 105 | 317 | 315 | 103 | 0 | 1 | 23 | 263 | 73 | 66 |
| Binary | 1000101 | 11001111 | 11001101 | 1000011 | 0 | 1 | 10011 | 10110011 | 111011 | 110110 |
Color Harmonies of #45CFCD
Complementary color
Monochromatic Colors of #45CFCD
Black with #45CFCD
Text Example
Text Example
White with #45CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CFCD; }
p { color: rgb(69,207,205); }
H1.HeaderClassName
{
color: #45CFCD;
}
.AnyTagClassName
{
color: #45CFCD;
}
</style>
background-color css
<style>
a { background-color: #45CFCD; }
a { background-color: rgb(69,207,205); }
div.DivClassName
{
background-color: #45CFCD;
}
.BgClassName
{
background-color: #45CFCD;
}
</style>
border-color css
<style>
span { border-color: #45CFCD; }
span { border-color: rgb(69,207,205); }
td.TdClassName
{
border-color: #45CFCD;
}
.TagClassName
{
border-color: #45CFCD;
}
</style>