Shades of Medium Turquoise #45CCB2
Tints of Medium Turquoise #45CCB2
RGB
CMYK
RGB Variations
Color information
#45CCB2 (or 0x45CCB2) is known color: Medium Turquoise. HEX triplet: 45, CC and B2. RGB value is (69,204,178). Sum of RGB (Red+Green+Blue) = 69+204+178=451 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.30% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 204 - color contains mainly: green. Hex color #45CCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45CCB2 is #BA334D. Grayscale: #A0A0A0. Windows color (decimal): -12202830 or 11717701. OLE color: 11717701.
HSL color Cylindrical-coordinate representation of color #45CCB2: hue angle of 168.44º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CCB2 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 204 | 178 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.2 |
| HSL | 168.44º | 0.57% | 0.54% | - |
| HSV(B) | 168.44º | 0.66% | 0.8% | - |
| XYZ | 32.08 | 47.67 | 49.63 | - |
| YUV | 160.67 | 137.77 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 204 | 178 | 0.66 | 0 | 0.13 | 0.2 | 168.44 | 0.57 | 0.54 |
| Hex | 45 | CC | B2 | 42 | 0 | D | 14 | A8 | 39 | 36 |
| Octal | 105 | 314 | 262 | 102 | 0 | 15 | 24 | 250 | 71 | 66 |
| Binary | 1000101 | 11001100 | 10110010 | 1000010 | 0 | 1101 | 10100 | 10101000 | 111001 | 110110 |
Color Harmonies of #45CCB2
Complementary color
Monochromatic Colors of #45CCB2
Black with #45CCB2
Text Example
Text Example
White with #45CCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CCB2; }
p { color: rgb(69,204,178); }
H1.HeaderClassName
{
color: #45CCB2;
}
.AnyTagClassName
{
color: #45CCB2;
}
</style>
background-color css
<style>
a { background-color: #45CCB2; }
a { background-color: rgb(69,204,178); }
div.DivClassName
{
background-color: #45CCB2;
}
.BgClassName
{
background-color: #45CCB2;
}
</style>
border-color css
<style>
span { border-color: #45CCB2; }
span { border-color: rgb(69,204,178); }
td.TdClassName
{
border-color: #45CCB2;
}
.TagClassName
{
border-color: #45CCB2;
}
</style>