Shades of Medium Turquoise #45C6D2
Tints of Medium Turquoise #45C6D2
RGB
CMYK
RGB Variations
Color information
#45C6D2 (or 0x45C6D2) is known color: Medium Turquoise. HEX triplet: 45, C6 and D2. RGB value is (69,198,210). Sum of RGB (Red+Green+Blue) = 69+198+210=477 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.47% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 210 (82.42% from 255 or 44.03% from 477); Max value from RGB is 210 - color contains mainly: blue. Hex color #45C6D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45C6D2 is #BA392D. Grayscale: #A0A0A0. Windows color (decimal): -12204334 or 13813317. OLE color: 13813317.
HSL color Cylindrical-coordinate representation of color #45C6D2: hue angle of 185.11º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45C6D2 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 198 | 210 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.18 |
| HSL | 185.11º | 0.61% | 0.55% | - |
| HSV(B) | 185.11º | 0.67% | 0.82% | - |
| XYZ | 34.28 | 46.31 | 68.1 | - |
| YUV | 160.8 | 155.76 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 198 | 210 | 0.67 | 0.06 | 0 | 0.18 | 185.11 | 0.61 | 0.55 |
| Hex | 45 | C6 | D2 | 43 | 6 | 0 | 12 | B9 | 3D | 37 |
| Octal | 105 | 306 | 322 | 103 | 6 | 0 | 22 | 271 | 75 | 67 |
| Binary | 1000101 | 11000110 | 11010010 | 1000011 | 110 | 0 | 10010 | 10111001 | 111101 | 110111 |
Color Harmonies of #45C6D2
Complementary color
Monochromatic Colors of #45C6D2
Black with #45C6D2
Text Example
Text Example
White with #45C6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C6D2; }
p { color: rgb(69,198,210); }
H1.HeaderClassName
{
color: #45C6D2;
}
.AnyTagClassName
{
color: #45C6D2;
}
</style>
background-color css
<style>
a { background-color: #45C6D2; }
a { background-color: rgb(69,198,210); }
div.DivClassName
{
background-color: #45C6D2;
}
.BgClassName
{
background-color: #45C6D2;
}
</style>
border-color css
<style>
span { border-color: #45C6D2; }
span { border-color: rgb(69,198,210); }
td.TdClassName
{
border-color: #45C6D2;
}
.TagClassName
{
border-color: #45C6D2;
}
</style>