Shades of Medium Turquoise #42BCB5
Tints of Medium Turquoise #42BCB5
RGB
CMYK
RGB Variations
Color information
#42BCB5 (or 0x42BCB5) is known color: Medium Turquoise. HEX triplet: 42, BC and B5. RGB value is (66,188,181). Sum of RGB (Red+Green+Blue) = 66+188+181=435 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.17% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #42BCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BCB5 is #BD434A. Grayscale: #969696. Windows color (decimal): -12403531 or 11910210. OLE color: 11910210.
HSL color Cylindrical-coordinate representation of color #42BCB5: hue angle of 176.56º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BCB5 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 188 | 181 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.26 |
| HSL | 176.56º | 0.48% | 0.5% | - |
| HSV(B) | 176.56º | 0.65% | 0.74% | - |
| XYZ | 28.57 | 40.46 | 50.02 | - |
| YUV | 150.72 | 145.08 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 181 | 0.65 | 0 | 0.04 | 0.26 | 176.56 | 0.48 | 0.5 |
| Hex | 42 | BC | B5 | 41 | 0 | 4 | 1A | B1 | 30 | 32 |
| Octal | 102 | 274 | 265 | 101 | 0 | 4 | 32 | 261 | 60 | 62 |
| Binary | 1000010 | 10111100 | 10110101 | 1000001 | 0 | 100 | 11010 | 10110001 | 110000 | 110010 |
Color Harmonies of #42BCB5
Complementary color
Monochromatic Colors of #42BCB5
Black with #42BCB5
Text Example
Text Example
White with #42BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BCB5; }
p { color: rgb(66,188,181); }
H1.HeaderClassName
{
color: #42BCB5;
}
.AnyTagClassName
{
color: #42BCB5;
}
</style>
background-color css
<style>
a { background-color: #42BCB5; }
a { background-color: rgb(66,188,181); }
div.DivClassName
{
background-color: #42BCB5;
}
.BgClassName
{
background-color: #42BCB5;
}
</style>
border-color css
<style>
span { border-color: #42BCB5; }
span { border-color: rgb(66,188,181); }
td.TdClassName
{
border-color: #42BCB5;
}
.TagClassName
{
border-color: #42BCB5;
}
</style>