Shades of Medium Turquoise #42C8BB
Tints of Medium Turquoise #42C8BB
RGB
CMYK
RGB Variations
Color information
#42C8BB (or 0x42C8BB) is known color: Medium Turquoise. HEX triplet: 42, C8 and BB. RGB value is (66,200,187). Sum of RGB (Red+Green+Blue) = 66+200+187=453 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.57% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 200 - color contains mainly: green. Hex color #42C8BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C8BB is #BD3744. Grayscale: #9E9E9E. Windows color (decimal): -12400453 or 12306498. OLE color: 12306498.
HSL color Cylindrical-coordinate representation of color #42C8BB: hue angle of 174.18º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C8BB is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 200 | 187 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.22 |
| HSL | 174.18º | 0.55% | 0.52% | - |
| HSV(B) | 174.18º | 0.67% | 0.78% | - |
| XYZ | 31.87 | 46.05 | 54.22 | - |
| YUV | 158.45 | 144.11 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 200 | 187 | 0.67 | 0 | 0.06 | 0.22 | 174.18 | 0.55 | 0.52 |
| Hex | 42 | C8 | BB | 43 | 0 | 6 | 16 | AE | 37 | 34 |
| Octal | 102 | 310 | 273 | 103 | 0 | 6 | 26 | 256 | 67 | 64 |
| Binary | 1000010 | 11001000 | 10111011 | 1000011 | 0 | 110 | 10110 | 10101110 | 110111 | 110100 |
Color Harmonies of #42C8BB
Complementary color
Monochromatic Colors of #42C8BB
Black with #42C8BB
Text Example
Text Example
White with #42C8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C8BB; }
p { color: rgb(66,200,187); }
H1.HeaderClassName
{
color: #42C8BB;
}
.AnyTagClassName
{
color: #42C8BB;
}
</style>
background-color css
<style>
a { background-color: #42C8BB; }
a { background-color: rgb(66,200,187); }
div.DivClassName
{
background-color: #42C8BB;
}
.BgClassName
{
background-color: #42C8BB;
}
</style>
border-color css
<style>
span { border-color: #42C8BB; }
span { border-color: rgb(66,200,187); }
td.TdClassName
{
border-color: #42C8BB;
}
.TagClassName
{
border-color: #42C8BB;
}
</style>