Shades of Medium Turquoise #45CEC4
Tints of Medium Turquoise #45CEC4
RGB
CMYK
RGB Variations
Color information
#45CEC4 (or 0x45CEC4) is known color: Medium Turquoise. HEX triplet: 45, CE and C4. RGB value is (69,206,196). Sum of RGB (Red+Green+Blue) = 69+206+196=471 (62% of max value = 765). Red value is 69 (27.34% from 255 or 14.65% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 206 - color contains mainly: green. Hex color #45CEC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CEC4 is #BA313B. Grayscale: #A3A3A3. Windows color (decimal): -12202300 or 12897861. OLE color: 12897861.
HSL color Cylindrical-coordinate representation of color #45CEC4: hue angle of 175.62º 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 #45CEC4 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 206 | 196 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.19 |
| HSL | 175.62º | 0.58% | 0.54% | - |
| HSV(B) | 175.62º | 0.67% | 0.81% | - |
| XYZ | 34.49 | 49.39 | 59.94 | - |
| YUV | 163.9 | 146.11 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 206 | 196 | 0.67 | 0 | 0.05 | 0.19 | 175.62 | 0.58 | 0.54 |
| Hex | 45 | CE | C4 | 43 | 0 | 5 | 13 | B0 | 3A | 36 |
| Octal | 105 | 316 | 304 | 103 | 0 | 5 | 23 | 260 | 72 | 66 |
| Binary | 1000101 | 11001110 | 11000100 | 1000011 | 0 | 101 | 10011 | 10110000 | 111010 | 110110 |
Color Harmonies of #45CEC4
Complementary color
Monochromatic Colors of #45CEC4
Black with #45CEC4
Text Example
Text Example
White with #45CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CEC4; }
p { color: rgb(69,206,196); }
H1.HeaderClassName
{
color: #45CEC4;
}
.AnyTagClassName
{
color: #45CEC4;
}
</style>
background-color css
<style>
a { background-color: #45CEC4; }
a { background-color: rgb(69,206,196); }
div.DivClassName
{
background-color: #45CEC4;
}
.BgClassName
{
background-color: #45CEC4;
}
</style>
border-color css
<style>
span { border-color: #45CEC4; }
span { border-color: rgb(69,206,196); }
td.TdClassName
{
border-color: #45CEC4;
}
.TagClassName
{
border-color: #45CEC4;
}
</style>