Shades of Medium Turquoise #42CBBA
Tints of Medium Turquoise #42CBBA
RGB
CMYK
RGB Variations
Color information
#42CBBA (or 0x42CBBA) is known color: Medium Turquoise. HEX triplet: 42, CB and BA. RGB value is (66,203,186). Sum of RGB (Red+Green+Blue) = 66+203+186=455 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.51% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #42CBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CBBA is #BD3445. Grayscale: #A0A0A0. Windows color (decimal): -12399686 or 12241730. OLE color: 12241730.
HSL color Cylindrical-coordinate representation of color #42CBBA: hue angle of 172.55º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CBBA is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 203 | 186 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.20 |
| HSL | 172.55º | 0.57% | 0.53% | - |
| HSV(B) | 172.55º | 0.67% | 0.8% | - |
| XYZ | 32.47 | 47.42 | 53.9 | - |
| YUV | 160.1 | 142.61 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 186 | 0.67 | 0 | 0.08 | 0.20 | 172.55 | 0.57 | 0.53 |
| Hex | 42 | CB | BA | 43 | 0 | 8 | 14 | AD | 39 | 35 |
| Octal | 102 | 313 | 272 | 103 | 0 | 10 | 24 | 255 | 71 | 65 |
| Binary | 1000010 | 11001011 | 10111010 | 1000011 | 0 | 1000 | 10100 | 10101101 | 111001 | 110101 |
Color Harmonies of #42CBBA
Complementary color
Monochromatic Colors of #42CBBA
Black with #42CBBA
Text Example
Text Example
White with #42CBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CBBA; }
p { color: rgb(66,203,186); }
H1.HeaderClassName
{
color: #42CBBA;
}
.AnyTagClassName
{
color: #42CBBA;
}
</style>
background-color css
<style>
a { background-color: #42CBBA; }
a { background-color: rgb(66,203,186); }
div.DivClassName
{
background-color: #42CBBA;
}
.BgClassName
{
background-color: #42CBBA;
}
</style>
border-color css
<style>
span { border-color: #42CBBA; }
span { border-color: rgb(66,203,186); }
td.TdClassName
{
border-color: #42CBBA;
}
.TagClassName
{
border-color: #42CBBA;
}
</style>