Shades of Turquoise #42DCDD
Tints of Turquoise #42DCDD
RGB
CMYK
RGB Variations
Color information
#42DCDD (or 0x42DCDD) is known color: Turquoise. HEX triplet: 42, DC and DD. RGB value is (66,220,221). Sum of RGB (Red+Green+Blue) = 66+220+221=507 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.02% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #42DCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DCDD is #BD2322. Grayscale: #ADADAD. Windows color (decimal): -12395299 or 14539842. OLE color: 14539842.
HSL color Cylindrical-coordinate representation of color #42DCDD: hue angle of 180.39º 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 #42DCDD is Cyan = 0.70, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 220 | 221 | - |
| CMYK | 0.70 | 0.00 | 0 | 0.13 |
| HSL | 180.39º | 0.7% | 0.56% | - |
| HSV(B) | 180.39º | 0.7% | 0.87% | - |
| XYZ | 40.89 | 57.57 | 77.36 | - |
| YUV | 174.07 | 154.48 | 50.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 220 | 221 | 0.70 | 0.00 | 0 | 0.13 | 180.39 | 0.7 | 0.56 |
| Hex | 42 | DC | DD | 46 | 0 | 0 | D | B4 | 46 | 38 |
| Octal | 102 | 334 | 335 | 106 | 0 | 0 | 15 | 264 | 106 | 70 |
| Binary | 1000010 | 11011100 | 11011101 | 1000110 | 0 | 0 | 1101 | 10110100 | 1000110 | 111000 |
Color Harmonies of #42DCDD
Complementary color
Monochromatic Colors of #42DCDD
Black with #42DCDD
Text Example
Text Example
White with #42DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DCDD; }
p { color: rgb(66,220,221); }
H1.HeaderClassName
{
color: #42DCDD;
}
.AnyTagClassName
{
color: #42DCDD;
}
</style>
background-color css
<style>
a { background-color: #42DCDD; }
a { background-color: rgb(66,220,221); }
div.DivClassName
{
background-color: #42DCDD;
}
.BgClassName
{
background-color: #42DCDD;
}
</style>
border-color css
<style>
span { border-color: #42DCDD; }
span { border-color: rgb(66,220,221); }
td.TdClassName
{
border-color: #42DCDD;
}
.TagClassName
{
border-color: #42DCDD;
}
</style>