Shades of Medium Turquoise #42CCBE
Tints of Medium Turquoise #42CCBE
RGB
CMYK
RGB Variations
Color information
#42CCBE (or 0x42CCBE) is known color: Medium Turquoise. HEX triplet: 42, CC and BE. RGB value is (66,204,190). Sum of RGB (Red+Green+Blue) = 66+204+190=460 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.35% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #42CCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CCBE is #BD3341. Grayscale: #A1A1A1. Windows color (decimal): -12399426 or 12504130. OLE color: 12504130.
HSL color Cylindrical-coordinate representation of color #42CCBE: hue angle of 173.91º 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 #42CCBE is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 204 | 190 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.2 |
| HSL | 173.91º | 0.58% | 0.53% | - |
| HSV(B) | 173.91º | 0.68% | 0.8% | - |
| XYZ | 33.13 | 48.06 | 56.25 | - |
| YUV | 161.14 | 144.28 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 204 | 190 | 0.68 | 0 | 0.07 | 0.2 | 173.91 | 0.58 | 0.53 |
| Hex | 42 | CC | BE | 44 | 0 | 7 | 14 | AE | 3A | 35 |
| Octal | 102 | 314 | 276 | 104 | 0 | 7 | 24 | 256 | 72 | 65 |
| Binary | 1000010 | 11001100 | 10111110 | 1000100 | 0 | 111 | 10100 | 10101110 | 111010 | 110101 |
Color Harmonies of #42CCBE
Complementary color
Monochromatic Colors of #42CCBE
Black with #42CCBE
Text Example
Text Example
White with #42CCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CCBE; }
p { color: rgb(66,204,190); }
H1.HeaderClassName
{
color: #42CCBE;
}
.AnyTagClassName
{
color: #42CCBE;
}
</style>
background-color css
<style>
a { background-color: #42CCBE; }
a { background-color: rgb(66,204,190); }
div.DivClassName
{
background-color: #42CCBE;
}
.BgClassName
{
background-color: #42CCBE;
}
</style>
border-color css
<style>
span { border-color: #42CCBE; }
span { border-color: rgb(66,204,190); }
td.TdClassName
{
border-color: #42CCBE;
}
.TagClassName
{
border-color: #42CCBE;
}
</style>