Shades of Medium Turquoise #45CEDC
Tints of Medium Turquoise #45CEDC
RGB
CMYK
RGB Variations
Color information
#45CEDC (or 0x45CEDC) is known color: Medium Turquoise. HEX triplet: 45, CE and DC. RGB value is (69,206,220). Sum of RGB (Red+Green+Blue) = 69+206+220=495 (65% of max value = 765). Red value is 69 (27.34% from 255 or 13.94% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #45CEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CEDC is #BA3123. Grayscale: #A6A6A6. Windows color (decimal): -12202276 or 14470725. OLE color: 14470725.
HSL color Cylindrical-coordinate representation of color #45CEDC: hue angle of 185.56º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45CEDC is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 206 | 220 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.14 |
| HSL | 185.56º | 0.68% | 0.57% | - |
| HSV(B) | 185.56º | 0.69% | 0.86% | - |
| XYZ | 37.44 | 50.58 | 75.5 | - |
| YUV | 166.63 | 158.11 | 58.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 206 | 220 | 0.69 | 0.06 | 0 | 0.14 | 185.56 | 0.68 | 0.57 |
| Hex | 45 | CE | DC | 45 | 6 | 0 | E | BA | 44 | 39 |
| Octal | 105 | 316 | 334 | 105 | 6 | 0 | 16 | 272 | 104 | 71 |
| Binary | 1000101 | 11001110 | 11011100 | 1000101 | 110 | 0 | 1110 | 10111010 | 1000100 | 111001 |
Color Harmonies of #45CEDC
Complementary color
Monochromatic Colors of #45CEDC
Black with #45CEDC
Text Example
Text Example
White with #45CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CEDC; }
p { color: rgb(69,206,220); }
H1.HeaderClassName
{
color: #45CEDC;
}
.AnyTagClassName
{
color: #45CEDC;
}
</style>
background-color css
<style>
a { background-color: #45CEDC; }
a { background-color: rgb(69,206,220); }
div.DivClassName
{
background-color: #45CEDC;
}
.BgClassName
{
background-color: #45CEDC;
}
</style>
border-color css
<style>
span { border-color: #45CEDC; }
span { border-color: rgb(69,206,220); }
td.TdClassName
{
border-color: #45CEDC;
}
.TagClassName
{
border-color: #45CEDC;
}
</style>