Shades of Medium Turquoise #45CDD5
Tints of Medium Turquoise #45CDD5
RGB
CMYK
RGB Variations
Color information
#45CDD5 (or 0x45CDD5) is known color: Medium Turquoise. HEX triplet: 45, CD and D5. RGB value is (69,205,213). Sum of RGB (Red+Green+Blue) = 69+205+213=487 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.17% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #45CDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CDD5 is #BA322A. Grayscale: #A5A5A5. Windows color (decimal): -12202539 or 14011717. OLE color: 14011717.
HSL color Cylindrical-coordinate representation of color #45CDD5: hue angle of 183.33º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45CDD5 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 205 | 213 | - |
| CMYK | 0.68 | 0.04 | 0 | 0.16 |
| HSL | 183.33º | 0.63% | 0.55% | - |
| HSV(B) | 183.33º | 0.68% | 0.84% | - |
| XYZ | 36.3 | 49.73 | 70.64 | - |
| YUV | 165.25 | 154.94 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 205 | 213 | 0.68 | 0.04 | 0 | 0.16 | 183.33 | 0.63 | 0.55 |
| Hex | 45 | CD | D5 | 44 | 4 | 0 | 10 | B7 | 3F | 37 |
| Octal | 105 | 315 | 325 | 104 | 4 | 0 | 20 | 267 | 77 | 67 |
| Binary | 1000101 | 11001101 | 11010101 | 1000100 | 100 | 0 | 10000 | 10110111 | 111111 | 110111 |
Color Harmonies of #45CDD5
Complementary color
Monochromatic Colors of #45CDD5
Black with #45CDD5
Text Example
Text Example
White with #45CDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CDD5; }
p { color: rgb(69,205,213); }
H1.HeaderClassName
{
color: #45CDD5;
}
.AnyTagClassName
{
color: #45CDD5;
}
</style>
background-color css
<style>
a { background-color: #45CDD5; }
a { background-color: rgb(69,205,213); }
div.DivClassName
{
background-color: #45CDD5;
}
.BgClassName
{
background-color: #45CDD5;
}
</style>
border-color css
<style>
span { border-color: #45CDD5; }
span { border-color: rgb(69,205,213); }
td.TdClassName
{
border-color: #45CDD5;
}
.TagClassName
{
border-color: #45CDD5;
}
</style>