Shades of Medium Turquoise #45D3CD
Tints of Medium Turquoise #45D3CD
RGB
CMYK
RGB Variations
Color information
#45D3CD (or 0x45D3CD) is known color: Medium Turquoise. HEX triplet: 45, D3 and CD. RGB value is (69,211,205). Sum of RGB (Red+Green+Blue) = 69+211+205=485 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.23% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 211 - color contains mainly: green. Hex color #45D3CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45D3CD is #BA2C32. Grayscale: #A7A7A7. Windows color (decimal): -12201011 or 13488965. OLE color: 13488965.
HSL color Cylindrical-coordinate representation of color #45D3CD: hue angle of 177.46º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D3CD is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 69 | 211 | 205 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.17 |
| HSL | 177.46º | 0.62% | 0.55% | - |
| HSV(B) | 177.46º | 0.67% | 0.83% | - |
| XYZ | 36.77 | 52.26 | 65.91 | - |
| YUV | 167.86 | 148.96 | 57.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 211 | 205 | 0.67 | 0 | 0.03 | 0.17 | 177.46 | 0.62 | 0.55 |
| Hex | 45 | D3 | CD | 43 | 0 | 3 | 11 | B1 | 3E | 37 |
| Octal | 105 | 323 | 315 | 103 | 0 | 3 | 21 | 261 | 76 | 67 |
| Binary | 1000101 | 11010011 | 11001101 | 1000011 | 0 | 11 | 10001 | 10110001 | 111110 | 110111 |
Color Harmonies of #45D3CD
Complementary color
Monochromatic Colors of #45D3CD
Black with #45D3CD
Text Example
Text Example
White with #45D3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D3CD; }
p { color: rgb(69,211,205); }
H1.HeaderClassName
{
color: #45D3CD;
}
.AnyTagClassName
{
color: #45D3CD;
}
</style>
background-color css
<style>
a { background-color: #45D3CD; }
a { background-color: rgb(69,211,205); }
div.DivClassName
{
background-color: #45D3CD;
}
.BgClassName
{
background-color: #45D3CD;
}
</style>
border-color css
<style>
span { border-color: #45D3CD; }
span { border-color: rgb(69,211,205); }
td.TdClassName
{
border-color: #45D3CD;
}
.TagClassName
{
border-color: #45D3CD;
}
</style>