Shades of Medium Turquoise #42CDDD
Tints of Medium Turquoise #42CDDD
RGB
CMYK
RGB Variations
Color information
#42CDDD (or 0x42CDDD) is known color: Medium Turquoise. HEX triplet: 42, CD and DD. RGB value is (66,205,221). Sum of RGB (Red+Green+Blue) = 66+205+221=492 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.41% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #42CDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CDDD is #BD3222. Grayscale: #A5A5A5. Windows color (decimal): -12399139 or 14536002. OLE color: 14536002.
HSL color Cylindrical-coordinate representation of color #42CDDD: hue angle of 186.19º 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 #42CDDD is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 205 | 221 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.13 |
| HSL | 186.19º | 0.7% | 0.56% | - |
| HSV(B) | 186.19º | 0.7% | 0.87% | - |
| XYZ | 37.13 | 50.04 | 76.11 | - |
| YUV | 165.26 | 159.45 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 205 | 221 | 0.70 | 0.07 | 0 | 0.13 | 186.19 | 0.7 | 0.56 |
| Hex | 42 | CD | DD | 46 | 7 | 0 | D | BA | 46 | 38 |
| Octal | 102 | 315 | 335 | 106 | 7 | 0 | 15 | 272 | 106 | 70 |
| Binary | 1000010 | 11001101 | 11011101 | 1000110 | 111 | 0 | 1101 | 10111010 | 1000110 | 111000 |
Color Harmonies of #42CDDD
Complementary color
Monochromatic Colors of #42CDDD
Black with #42CDDD
Text Example
Text Example
White with #42CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CDDD; }
p { color: rgb(66,205,221); }
H1.HeaderClassName
{
color: #42CDDD;
}
.AnyTagClassName
{
color: #42CDDD;
}
</style>
background-color css
<style>
a { background-color: #42CDDD; }
a { background-color: rgb(66,205,221); }
div.DivClassName
{
background-color: #42CDDD;
}
.BgClassName
{
background-color: #42CDDD;
}
</style>
border-color css
<style>
span { border-color: #42CDDD; }
span { border-color: rgb(66,205,221); }
td.TdClassName
{
border-color: #42CDDD;
}
.TagClassName
{
border-color: #42CDDD;
}
</style>