Shades of Medium Turquoise #45CBC9
Tints of Medium Turquoise #45CBC9
RGB
CMYK
RGB Variations
Color information
#45CBC9 (or 0x45CBC9) is known color: Medium Turquoise. HEX triplet: 45, CB and C9. RGB value is (69,203,201). Sum of RGB (Red+Green+Blue) = 69+203+201=473 (62% of max value = 765). Red value is 69 (27.34% from 255 or 14.59% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #45CBC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CBC9 is #BA3436. Grayscale: #A2A2A2. Windows color (decimal): -12203063 or 13224773. OLE color: 13224773.
HSL color Cylindrical-coordinate representation of color #45CBC9: hue angle of 179.1º 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 #45CBC9 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 203 | 201 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.20 |
| HSL | 179.1º | 0.56% | 0.53% | - |
| HSV(B) | 179.1º | 0.66% | 0.8% | - |
| XYZ | 34.35 | 48.19 | 62.75 | - |
| YUV | 162.71 | 149.61 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 203 | 201 | 0.66 | 0 | 0.01 | 0.20 | 179.1 | 0.56 | 0.53 |
| Hex | 45 | CB | C9 | 42 | 0 | 1 | 14 | B3 | 38 | 35 |
| Octal | 105 | 313 | 311 | 102 | 0 | 1 | 24 | 263 | 70 | 65 |
| Binary | 1000101 | 11001011 | 11001001 | 1000010 | 0 | 1 | 10100 | 10110011 | 111000 | 110101 |
Color Harmonies of #45CBC9
Complementary color
Monochromatic Colors of #45CBC9
Black with #45CBC9
Text Example
Text Example
White with #45CBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CBC9; }
p { color: rgb(69,203,201); }
H1.HeaderClassName
{
color: #45CBC9;
}
.AnyTagClassName
{
color: #45CBC9;
}
</style>
background-color css
<style>
a { background-color: #45CBC9; }
a { background-color: rgb(69,203,201); }
div.DivClassName
{
background-color: #45CBC9;
}
.BgClassName
{
background-color: #45CBC9;
}
</style>
border-color css
<style>
span { border-color: #45CBC9; }
span { border-color: rgb(69,203,201); }
td.TdClassName
{
border-color: #45CBC9;
}
.TagClassName
{
border-color: #45CBC9;
}
</style>