Shades of Medium Turquoise #45CCB4
Tints of Medium Turquoise #45CCB4
RGB
CMYK
RGB Variations
Color information
#45CCB4 (or 0x45CCB4) is known color: Medium Turquoise. HEX triplet: 45, CC and B4. RGB value is (69,204,180). Sum of RGB (Red+Green+Blue) = 69+204+180=453 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.23% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #45CCB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CCB4 is #BA334B. Grayscale: #A0A0A0. Windows color (decimal): -12202828 or 11848773. OLE color: 11848773.
HSL color Cylindrical-coordinate representation of color #45CCB4: hue angle of 169.33º 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 #45CCB4 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 204 | 180 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.2 |
| HSL | 169.33º | 0.57% | 0.54% | - |
| HSV(B) | 169.33º | 0.66% | 0.8% | - |
| XYZ | 32.29 | 47.75 | 50.69 | - |
| YUV | 160.9 | 138.77 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 204 | 180 | 0.66 | 0 | 0.12 | 0.2 | 169.33 | 0.57 | 0.54 |
| Hex | 45 | CC | B4 | 42 | 0 | C | 14 | A9 | 39 | 36 |
| Octal | 105 | 314 | 264 | 102 | 0 | 14 | 24 | 251 | 71 | 66 |
| Binary | 1000101 | 11001100 | 10110100 | 1000010 | 0 | 1100 | 10100 | 10101001 | 111001 | 110110 |
Color Harmonies of #45CCB4
Complementary color
Monochromatic Colors of #45CCB4
Black with #45CCB4
Text Example
Text Example
White with #45CCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CCB4; }
p { color: rgb(69,204,180); }
H1.HeaderClassName
{
color: #45CCB4;
}
.AnyTagClassName
{
color: #45CCB4;
}
</style>
background-color css
<style>
a { background-color: #45CCB4; }
a { background-color: rgb(69,204,180); }
div.DivClassName
{
background-color: #45CCB4;
}
.BgClassName
{
background-color: #45CCB4;
}
</style>
border-color css
<style>
span { border-color: #45CCB4; }
span { border-color: rgb(69,204,180); }
td.TdClassName
{
border-color: #45CCB4;
}
.TagClassName
{
border-color: #45CCB4;
}
</style>