Shades of Turquoise #42DCEA
Tints of Turquoise #42DCEA
RGB
CMYK
RGB Variations
Color information
#42DCEA (or 0x42DCEA) is known color: Turquoise. HEX triplet: 42, DC and EA. RGB value is (66,220,234). Sum of RGB (Red+Green+Blue) = 66+220+234=520 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.69% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #42DCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DCEA is #BD2315. Grayscale: #AFAFAF. Windows color (decimal): -12395286 or 15391810. OLE color: 15391810.
HSL color Cylindrical-coordinate representation of color #42DCEA: hue angle of 185º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42DCEA is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 220 | 234 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.08 |
| HSL | 185º | 0.8% | 0.59% | - |
| HSV(B) | 185º | 0.72% | 0.92% | - |
| XYZ | 42.69 | 58.29 | 86.84 | - |
| YUV | 175.55 | 160.98 | 49.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 220 | 234 | 0.72 | 0.06 | 0 | 0.08 | 185 | 0.8 | 0.59 |
| Hex | 42 | DC | EA | 48 | 6 | 0 | 8 | B9 | 50 | 3B |
| Octal | 102 | 334 | 352 | 110 | 6 | 0 | 10 | 271 | 120 | 73 |
| Binary | 1000010 | 11011100 | 11101010 | 1001000 | 110 | 0 | 1000 | 10111001 | 1010000 | 111011 |
Color Harmonies of #42DCEA
Complementary color
Monochromatic Colors of #42DCEA
Black with #42DCEA
Text Example
Text Example
White with #42DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DCEA; }
p { color: rgb(66,220,234); }
H1.HeaderClassName
{
color: #42DCEA;
}
.AnyTagClassName
{
color: #42DCEA;
}
</style>
background-color css
<style>
a { background-color: #42DCEA; }
a { background-color: rgb(66,220,234); }
div.DivClassName
{
background-color: #42DCEA;
}
.BgClassName
{
background-color: #42DCEA;
}
</style>
border-color css
<style>
span { border-color: #42DCEA; }
span { border-color: rgb(66,220,234); }
td.TdClassName
{
border-color: #42DCEA;
}
.TagClassName
{
border-color: #42DCEA;
}
</style>