Shades of Medium Turquoise #42CEBB
Tints of Medium Turquoise #42CEBB
RGB
CMYK
RGB Variations
Color information
#42CEBB (or 0x42CEBB) is known color: Medium Turquoise. HEX triplet: 42, CE and BB. RGB value is (66,206,187). Sum of RGB (Red+Green+Blue) = 66+206+187=459 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.38% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #42CEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CEBB is #BD3144. Grayscale: #A1A1A1. Windows color (decimal): -12398917 or 12308034. OLE color: 12308034.
HSL color Cylindrical-coordinate representation of color #42CEBB: hue angle of 171.86º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CEBB is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 206 | 187 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.19 |
| HSL | 171.86º | 0.59% | 0.53% | - |
| HSV(B) | 171.86º | 0.68% | 0.81% | - |
| XYZ | 33.29 | 48.89 | 54.7 | - |
| YUV | 161.97 | 142.12 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 206 | 187 | 0.68 | 0 | 0.09 | 0.19 | 171.86 | 0.59 | 0.53 |
| Hex | 42 | CE | BB | 44 | 0 | 9 | 13 | AC | 3B | 35 |
| Octal | 102 | 316 | 273 | 104 | 0 | 11 | 23 | 254 | 73 | 65 |
| Binary | 1000010 | 11001110 | 10111011 | 1000100 | 0 | 1001 | 10011 | 10101100 | 111011 | 110101 |
Color Harmonies of #42CEBB
Complementary color
Monochromatic Colors of #42CEBB
Black with #42CEBB
Text Example
Text Example
White with #42CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CEBB; }
p { color: rgb(66,206,187); }
H1.HeaderClassName
{
color: #42CEBB;
}
.AnyTagClassName
{
color: #42CEBB;
}
</style>
background-color css
<style>
a { background-color: #42CEBB; }
a { background-color: rgb(66,206,187); }
div.DivClassName
{
background-color: #42CEBB;
}
.BgClassName
{
background-color: #42CEBB;
}
</style>
border-color css
<style>
span { border-color: #42CEBB; }
span { border-color: rgb(66,206,187); }
td.TdClassName
{
border-color: #42CEBB;
}
.TagClassName
{
border-color: #42CEBB;
}
</style>