Shades of Medium Turquoise #42D5DD
Tints of Medium Turquoise #42D5DD
RGB
CMYK
RGB Variations
Color information
#42D5DD (or 0x42D5DD) is known color: Medium Turquoise. HEX triplet: 42, D5 and DD. RGB value is (66,213,221). Sum of RGB (Red+Green+Blue) = 66+213+221=500 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.2% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #42D5DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D5DD is #BD2A22. Grayscale: #A9A9A9. Windows color (decimal): -12397091 or 14538050. OLE color: 14538050.
HSL color Cylindrical-coordinate representation of color #42D5DD: hue angle of 183.1º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42D5DD is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 213 | 221 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.13 |
| HSL | 183.1º | 0.7% | 0.56% | - |
| HSV(B) | 183.1º | 0.7% | 0.87% | - |
| XYZ | 39.09 | 53.97 | 76.76 | - |
| YUV | 169.96 | 156.8 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 213 | 221 | 0.70 | 0.04 | 0 | 0.13 | 183.1 | 0.7 | 0.56 |
| Hex | 42 | D5 | DD | 46 | 4 | 0 | D | B7 | 46 | 38 |
| Octal | 102 | 325 | 335 | 106 | 4 | 0 | 15 | 267 | 106 | 70 |
| Binary | 1000010 | 11010101 | 11011101 | 1000110 | 100 | 0 | 1101 | 10110111 | 1000110 | 111000 |
Color Harmonies of #42D5DD
Complementary color
Monochromatic Colors of #42D5DD
Black with #42D5DD
Text Example
Text Example
White with #42D5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D5DD; }
p { color: rgb(66,213,221); }
H1.HeaderClassName
{
color: #42D5DD;
}
.AnyTagClassName
{
color: #42D5DD;
}
</style>
background-color css
<style>
a { background-color: #42D5DD; }
a { background-color: rgb(66,213,221); }
div.DivClassName
{
background-color: #42D5DD;
}
.BgClassName
{
background-color: #42D5DD;
}
</style>
border-color css
<style>
span { border-color: #42D5DD; }
span { border-color: rgb(66,213,221); }
td.TdClassName
{
border-color: #42D5DD;
}
.TagClassName
{
border-color: #42D5DD;
}
</style>