Shades of Medium Turquoise #45C1CB
Tints of Medium Turquoise #45C1CB
RGB
CMYK
RGB Variations
Color information
#45C1CB (or 0x45C1CB) is known color: Medium Turquoise. HEX triplet: 45, C1 and CB. RGB value is (69,193,203). Sum of RGB (Red+Green+Blue) = 69+193+203=465 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.84% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #45C1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45C1CB is #BA3E34. Grayscale: #9C9C9C. Windows color (decimal): -12205621 or 13353285. OLE color: 13353285.
HSL color Cylindrical-coordinate representation of color #45C1CB: hue angle of 184.48º 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 #45C1CB is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 193 | 203 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.20 |
| HSL | 184.48º | 0.56% | 0.53% | - |
| HSV(B) | 184.48º | 0.66% | 0.8% | - |
| XYZ | 32.3 | 43.72 | 63.24 | - |
| YUV | 157.06 | 153.92 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 193 | 203 | 0.66 | 0.05 | 0 | 0.20 | 184.48 | 0.56 | 0.53 |
| Hex | 45 | C1 | CB | 42 | 5 | 0 | 14 | B8 | 38 | 35 |
| Octal | 105 | 301 | 313 | 102 | 5 | 0 | 24 | 270 | 70 | 65 |
| Binary | 1000101 | 11000001 | 11001011 | 1000010 | 101 | 0 | 10100 | 10111000 | 111000 | 110101 |
Color Harmonies of #45C1CB
Complementary color
Monochromatic Colors of #45C1CB
Black with #45C1CB
Text Example
Text Example
White with #45C1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C1CB; }
p { color: rgb(69,193,203); }
H1.HeaderClassName
{
color: #45C1CB;
}
.AnyTagClassName
{
color: #45C1CB;
}
</style>
background-color css
<style>
a { background-color: #45C1CB; }
a { background-color: rgb(69,193,203); }
div.DivClassName
{
background-color: #45C1CB;
}
.BgClassName
{
background-color: #45C1CB;
}
</style>
border-color css
<style>
span { border-color: #45C1CB; }
span { border-color: rgb(69,193,203); }
td.TdClassName
{
border-color: #45C1CB;
}
.TagClassName
{
border-color: #45C1CB;
}
</style>