Shades of Medium Turquoise #45CECE
Tints of Medium Turquoise #45CECE
RGB
CMYK
RGB Variations
Color information
#45CECE (or 0x45CECE) is known color: Medium Turquoise. HEX triplet: 45, CE and CE. RGB value is (69,206,206). Sum of RGB (Red+Green+Blue) = 69+206+206=481 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.35% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #45CECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CECE is #BA3131. Grayscale: #A4A4A4. Windows color (decimal): -12202290 or 13553221. OLE color: 13553221.
HSL color Cylindrical-coordinate representation of color #45CECE: hue angle of 180º degrees, saturation: 0.58, 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 #45CECE is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 206 | 206 | - |
| CMYK | 0.67 | 0 | 0 | 0.19 |
| HSL | 180º | 0.58% | 0.54% | - |
| HSV(B) | 180º | 0.67% | 0.81% | - |
| XYZ | 35.67 | 49.86 | 66.14 | - |
| YUV | 165.04 | 151.11 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 206 | 206 | 0.67 | 0 | 0 | 0.19 | 180 | 0.58 | 0.54 |
| Hex | 45 | CE | CE | 43 | 0 | 0 | 13 | B4 | 3A | 36 |
| Octal | 105 | 316 | 316 | 103 | 0 | 0 | 23 | 264 | 72 | 66 |
| Binary | 1000101 | 11001110 | 11001110 | 1000011 | 0 | 0 | 10011 | 10110100 | 111010 | 110110 |
Color Harmonies of #45CECE
Complementary color
Monochromatic Colors of #45CECE
Black with #45CECE
Text Example
Text Example
White with #45CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CECE; }
p { color: rgb(69,206,206); }
H1.HeaderClassName
{
color: #45CECE;
}
.AnyTagClassName
{
color: #45CECE;
}
</style>
background-color css
<style>
a { background-color: #45CECE; }
a { background-color: rgb(69,206,206); }
div.DivClassName
{
background-color: #45CECE;
}
.BgClassName
{
background-color: #45CECE;
}
</style>
border-color css
<style>
span { border-color: #45CECE; }
span { border-color: rgb(69,206,206); }
td.TdClassName
{
border-color: #45CECE;
}
.TagClassName
{
border-color: #45CECE;
}
</style>