Shades of Medium Turquoise #45C7CB
Tints of Medium Turquoise #45C7CB
RGB
CMYK
RGB Variations
Color information
#45C7CB (or 0x45C7CB) is known color: Medium Turquoise. HEX triplet: 45, C7 and CB. RGB value is (69,199,203). Sum of RGB (Red+Green+Blue) = 69+199+203=471 (62% of max value = 765). Red value is 69 (27.34% from 255 or 14.65% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #45C7CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45C7CB is #BA3834. Grayscale: #A0A0A0. Windows color (decimal): -12204085 or 13354821. OLE color: 13354821.
HSL color Cylindrical-coordinate representation of color #45C7CB: hue angle of 181.79º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45C7CB is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 199 | 203 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.20 |
| HSL | 181.79º | 0.56% | 0.53% | - |
| HSV(B) | 181.79º | 0.66% | 0.8% | - |
| XYZ | 33.66 | 46.42 | 63.69 | - |
| YUV | 160.59 | 151.93 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 199 | 203 | 0.66 | 0.02 | 0 | 0.20 | 181.79 | 0.56 | 0.53 |
| Hex | 45 | C7 | CB | 42 | 2 | 0 | 14 | B6 | 38 | 35 |
| Octal | 105 | 307 | 313 | 102 | 2 | 0 | 24 | 266 | 70 | 65 |
| Binary | 1000101 | 11000111 | 11001011 | 1000010 | 10 | 0 | 10100 | 10110110 | 111000 | 110101 |
Color Harmonies of #45C7CB
Complementary color
Monochromatic Colors of #45C7CB
Black with #45C7CB
Text Example
Text Example
White with #45C7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C7CB; }
p { color: rgb(69,199,203); }
H1.HeaderClassName
{
color: #45C7CB;
}
.AnyTagClassName
{
color: #45C7CB;
}
</style>
background-color css
<style>
a { background-color: #45C7CB; }
a { background-color: rgb(69,199,203); }
div.DivClassName
{
background-color: #45C7CB;
}
.BgClassName
{
background-color: #45C7CB;
}
</style>
border-color css
<style>
span { border-color: #45C7CB; }
span { border-color: rgb(69,199,203); }
td.TdClassName
{
border-color: #45C7CB;
}
.TagClassName
{
border-color: #45C7CB;
}
</style>