Shades of Medium Turquoise #42D1CC
Tints of Medium Turquoise #42D1CC
RGB
CMYK
RGB Variations
Color information
#42D1CC (or 0x42D1CC) is known color: Medium Turquoise. HEX triplet: 42, D1 and CC. RGB value is (66,209,204). Sum of RGB (Red+Green+Blue) = 66+209+204=479 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.78% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #42D1CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D1CC is #BD2E33. Grayscale: #A5A5A5. Windows color (decimal): -12398132 or 13422914. OLE color: 13422914.
HSL color Cylindrical-coordinate representation of color #42D1CC: hue angle of 177.9º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D1CC is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 209 | 204 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.18 |
| HSL | 177.9º | 0.61% | 0.54% | - |
| HSV(B) | 177.9º | 0.68% | 0.82% | - |
| XYZ | 35.95 | 51.12 | 65.1 | - |
| YUV | 165.67 | 149.62 | 56.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 209 | 204 | 0.68 | 0 | 0.02 | 0.18 | 177.9 | 0.61 | 0.54 |
| Hex | 42 | D1 | CC | 44 | 0 | 2 | 12 | B2 | 3D | 36 |
| Octal | 102 | 321 | 314 | 104 | 0 | 2 | 22 | 262 | 75 | 66 |
| Binary | 1000010 | 11010001 | 11001100 | 1000100 | 0 | 10 | 10010 | 10110010 | 111101 | 110110 |
Color Harmonies of #42D1CC
Complementary color
Monochromatic Colors of #42D1CC
Black with #42D1CC
Text Example
Text Example
White with #42D1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D1CC; }
p { color: rgb(66,209,204); }
H1.HeaderClassName
{
color: #42D1CC;
}
.AnyTagClassName
{
color: #42D1CC;
}
</style>
background-color css
<style>
a { background-color: #42D1CC; }
a { background-color: rgb(66,209,204); }
div.DivClassName
{
background-color: #42D1CC;
}
.BgClassName
{
background-color: #42D1CC;
}
</style>
border-color css
<style>
span { border-color: #42D1CC; }
span { border-color: rgb(66,209,204); }
td.TdClassName
{
border-color: #42D1CC;
}
.TagClassName
{
border-color: #42D1CC;
}
</style>