Shades of Medium Turquoise #42CCBC
Tints of Medium Turquoise #42CCBC
RGB
CMYK
RGB Variations
Color information
#42CCBC (or 0x42CCBC) is known color: Medium Turquoise. HEX triplet: 42, CC and BC. RGB value is (66,204,188). Sum of RGB (Red+Green+Blue) = 66+204+188=458 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.41% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 204 - color contains mainly: green. Hex color #42CCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CCBC is #BD3343. Grayscale: #A0A0A0. Windows color (decimal): -12399428 or 12373058. OLE color: 12373058.
HSL color Cylindrical-coordinate representation of color #42CCBC: hue angle of 173.04º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CCBC is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 204 | 188 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.2 |
| HSL | 173.04º | 0.58% | 0.53% | - |
| HSV(B) | 173.04º | 0.68% | 0.8% | - |
| XYZ | 32.92 | 47.97 | 55.1 | - |
| YUV | 160.91 | 143.28 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 204 | 188 | 0.68 | 0 | 0.08 | 0.2 | 173.04 | 0.58 | 0.53 |
| Hex | 42 | CC | BC | 44 | 0 | 8 | 14 | AD | 3A | 35 |
| Octal | 102 | 314 | 274 | 104 | 0 | 10 | 24 | 255 | 72 | 65 |
| Binary | 1000010 | 11001100 | 10111100 | 1000100 | 0 | 1000 | 10100 | 10101101 | 111010 | 110101 |
Color Harmonies of #42CCBC
Complementary color
Monochromatic Colors of #42CCBC
Black with #42CCBC
Text Example
Text Example
White with #42CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CCBC; }
p { color: rgb(66,204,188); }
H1.HeaderClassName
{
color: #42CCBC;
}
.AnyTagClassName
{
color: #42CCBC;
}
</style>
background-color css
<style>
a { background-color: #42CCBC; }
a { background-color: rgb(66,204,188); }
div.DivClassName
{
background-color: #42CCBC;
}
.BgClassName
{
background-color: #42CCBC;
}
</style>
border-color css
<style>
span { border-color: #42CCBC; }
span { border-color: rgb(66,204,188); }
td.TdClassName
{
border-color: #42CCBC;
}
.TagClassName
{
border-color: #42CCBC;
}
</style>