Shades of Medium Turquoise #42D2BB
Tints of Medium Turquoise #42D2BB
RGB
CMYK
RGB Variations
Color information
#42D2BB (or 0x42D2BB) is known color: Medium Turquoise. HEX triplet: 42, D2 and BB. RGB value is (66,210,187). Sum of RGB (Red+Green+Blue) = 66+210+187=463 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.25% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #42D2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D2BB is #BD2D44. Grayscale: #A4A4A4. Windows color (decimal): -12397893 or 12309058. OLE color: 12309058.
HSL color Cylindrical-coordinate representation of color #42D2BB: hue angle of 170.42º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D2BB is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 210 | 187 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.18 |
| HSL | 170.42º | 0.62% | 0.54% | - |
| HSV(B) | 170.42º | 0.69% | 0.82% | - |
| XYZ | 34.26 | 50.84 | 55.02 | - |
| YUV | 164.32 | 140.79 | 57.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 210 | 187 | 0.69 | 0 | 0.11 | 0.18 | 170.42 | 0.62 | 0.54 |
| Hex | 42 | D2 | BB | 45 | 0 | B | 12 | AA | 3E | 36 |
| Octal | 102 | 322 | 273 | 105 | 0 | 13 | 22 | 252 | 76 | 66 |
| Binary | 1000010 | 11010010 | 10111011 | 1000101 | 0 | 1011 | 10010 | 10101010 | 111110 | 110110 |
Color Harmonies of #42D2BB
Complementary color
Monochromatic Colors of #42D2BB
Black with #42D2BB
Text Example
Text Example
White with #42D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D2BB; }
p { color: rgb(66,210,187); }
H1.HeaderClassName
{
color: #42D2BB;
}
.AnyTagClassName
{
color: #42D2BB;
}
</style>
background-color css
<style>
a { background-color: #42D2BB; }
a { background-color: rgb(66,210,187); }
div.DivClassName
{
background-color: #42D2BB;
}
.BgClassName
{
background-color: #42D2BB;
}
</style>
border-color css
<style>
span { border-color: #42D2BB; }
span { border-color: rgb(66,210,187); }
td.TdClassName
{
border-color: #42D2BB;
}
.TagClassName
{
border-color: #42D2BB;
}
</style>