Shades of Medium Turquoise #42CBC9
Tints of Medium Turquoise #42CBC9
RGB
CMYK
RGB Variations
Color information
#42CBC9 (or 0x42CBC9) is known color: Medium Turquoise. HEX triplet: 42, CB and C9. RGB value is (66,203,201). Sum of RGB (Red+Green+Blue) = 66+203+201=470 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.04% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 203 - color contains mainly: green. Hex color #42CBC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CBC9 is #BD3436. Grayscale: #A1A1A1. Windows color (decimal): -12399671 or 13224770. OLE color: 13224770.
HSL color Cylindrical-coordinate representation of color #42CBC9: hue angle of 179.12º 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 #42CBC9 is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 203 | 201 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.20 |
| HSL | 179.12º | 0.57% | 0.53% | - |
| HSV(B) | 179.12º | 0.67% | 0.8% | - |
| XYZ | 34.15 | 48.09 | 62.74 | - |
| YUV | 161.81 | 150.11 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 201 | 0.67 | 0 | 0.01 | 0.20 | 179.12 | 0.57 | 0.53 |
| Hex | 42 | CB | C9 | 43 | 0 | 1 | 14 | B3 | 39 | 35 |
| Octal | 102 | 313 | 311 | 103 | 0 | 1 | 24 | 263 | 71 | 65 |
| Binary | 1000010 | 11001011 | 11001001 | 1000011 | 0 | 1 | 10100 | 10110011 | 111001 | 110101 |
Color Harmonies of #42CBC9
Complementary color
Monochromatic Colors of #42CBC9
Black with #42CBC9
Text Example
Text Example
White with #42CBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CBC9; }
p { color: rgb(66,203,201); }
H1.HeaderClassName
{
color: #42CBC9;
}
.AnyTagClassName
{
color: #42CBC9;
}
</style>
background-color css
<style>
a { background-color: #42CBC9; }
a { background-color: rgb(66,203,201); }
div.DivClassName
{
background-color: #42CBC9;
}
.BgClassName
{
background-color: #42CBC9;
}
</style>
border-color css
<style>
span { border-color: #42CBC9; }
span { border-color: rgb(66,203,201); }
td.TdClassName
{
border-color: #42CBC9;
}
.TagClassName
{
border-color: #42CBC9;
}
</style>