Shades of Medium Turquoise #42CCD6
Tints of Medium Turquoise #42CCD6
RGB
CMYK
RGB Variations
Color information
#42CCD6 (or 0x42CCD6) is known color: Medium Turquoise. HEX triplet: 42, CC and D6. RGB value is (66,204,214). Sum of RGB (Red+Green+Blue) = 66+204+214=484 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.64% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 214 - color contains mainly: blue. Hex color #42CCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CCD6 is #BD3329. Grayscale: #A3A3A3. Windows color (decimal): -12399402 or 14076994. OLE color: 14076994.
HSL color Cylindrical-coordinate representation of color #42CCD6: hue angle of 184.05º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42CCD6 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 204 | 214 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.16 |
| HSL | 184.05º | 0.64% | 0.55% | - |
| HSV(B) | 184.05º | 0.69% | 0.84% | - |
| XYZ | 35.98 | 49.2 | 71.22 | - |
| YUV | 163.88 | 156.28 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 204 | 214 | 0.69 | 0.05 | 0 | 0.16 | 184.05 | 0.64 | 0.55 |
| Hex | 42 | CC | D6 | 45 | 5 | 0 | 10 | B8 | 40 | 37 |
| Octal | 102 | 314 | 326 | 105 | 5 | 0 | 20 | 270 | 100 | 67 |
| Binary | 1000010 | 11001100 | 11010110 | 1000101 | 101 | 0 | 10000 | 10111000 | 1000000 | 110111 |
Color Harmonies of #42CCD6
Complementary color
Monochromatic Colors of #42CCD6
Black with #42CCD6
Text Example
Text Example
White with #42CCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CCD6; }
p { color: rgb(66,204,214); }
H1.HeaderClassName
{
color: #42CCD6;
}
.AnyTagClassName
{
color: #42CCD6;
}
</style>
background-color css
<style>
a { background-color: #42CCD6; }
a { background-color: rgb(66,204,214); }
div.DivClassName
{
background-color: #42CCD6;
}
.BgClassName
{
background-color: #42CCD6;
}
</style>
border-color css
<style>
span { border-color: #42CCD6; }
span { border-color: rgb(66,204,214); }
td.TdClassName
{
border-color: #42CCD6;
}
.TagClassName
{
border-color: #42CCD6;
}
</style>