Shades of Medium Turquoise #45C7C8
Tints of Medium Turquoise #45C7C8
RGB
CMYK
RGB Variations
Color information
#45C7C8 (or 0x45C7C8) is known color: Medium Turquoise. HEX triplet: 45, C7 and C8. RGB value is (69,199,200). Sum of RGB (Red+Green+Blue) = 69+199+200=468 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.74% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 200 - color contains mainly: blue. Hex color #45C7C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45C7C8 is #BA3837. Grayscale: #A0A0A0. Windows color (decimal): -12204088 or 13158213. OLE color: 13158213.
HSL color Cylindrical-coordinate representation of color #45C7C8: hue angle of 180.46º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C7C8 is Cyan = 0.66, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 199 | 200 | - |
| CMYK | 0.66 | 0.00 | 0 | 0.22 |
| HSL | 180.46º | 0.54% | 0.53% | - |
| HSV(B) | 180.46º | 0.66% | 0.78% | - |
| XYZ | 33.3 | 46.28 | 61.82 | - |
| YUV | 160.24 | 150.43 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 199 | 200 | 0.66 | 0.00 | 0 | 0.22 | 180.46 | 0.54 | 0.53 |
| Hex | 45 | C7 | C8 | 42 | 0 | 0 | 16 | B4 | 36 | 35 |
| Octal | 105 | 307 | 310 | 102 | 0 | 0 | 26 | 264 | 66 | 65 |
| Binary | 1000101 | 11000111 | 11001000 | 1000010 | 0 | 0 | 10110 | 10110100 | 110110 | 110101 |
Color Harmonies of #45C7C8
Complementary color
Monochromatic Colors of #45C7C8
Black with #45C7C8
Text Example
Text Example
White with #45C7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C7C8; }
p { color: rgb(69,199,200); }
H1.HeaderClassName
{
color: #45C7C8;
}
.AnyTagClassName
{
color: #45C7C8;
}
</style>
background-color css
<style>
a { background-color: #45C7C8; }
a { background-color: rgb(69,199,200); }
div.DivClassName
{
background-color: #45C7C8;
}
.BgClassName
{
background-color: #45C7C8;
}
</style>
border-color css
<style>
span { border-color: #45C7C8; }
span { border-color: rgb(69,199,200); }
td.TdClassName
{
border-color: #45C7C8;
}
.TagClassName
{
border-color: #45C7C8;
}
</style>