Shades of Turquoise #42E2EA
Tints of Turquoise #42E2EA
RGB
CMYK
RGB Variations
Color information
#42E2EA (or 0x42E2EA) is known color: Turquoise. HEX triplet: 42, E2 and EA. RGB value is (66,226,234). Sum of RGB (Red+Green+Blue) = 66+226+234=526 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.55% from 526); Green value is 226 (88.67% from 255 or 42.97% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #42E2EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42E2EA is #BD1D15. Grayscale: #B2B2B2. Windows color (decimal): -12393750 or 15393346. OLE color: 15393346.
HSL color Cylindrical-coordinate representation of color #42E2EA: hue angle of 182.86º 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 #42E2EA is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 226 | 234 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.08 |
| HSL | 182.86º | 0.8% | 0.59% | - |
| HSV(B) | 182.86º | 0.72% | 0.92% | - |
| XYZ | 44.29 | 61.49 | 87.38 | - |
| YUV | 179.07 | 158.99 | 47.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 226 | 234 | 0.72 | 0.03 | 0 | 0.08 | 182.86 | 0.8 | 0.59 |
| Hex | 42 | E2 | EA | 48 | 3 | 0 | 8 | B7 | 50 | 3B |
| Octal | 102 | 342 | 352 | 110 | 3 | 0 | 10 | 267 | 120 | 73 |
| Binary | 1000010 | 11100010 | 11101010 | 1001000 | 11 | 0 | 1000 | 10110111 | 1010000 | 111011 |
Color Harmonies of #42E2EA
Complementary color
Monochromatic Colors of #42E2EA
Black with #42E2EA
Text Example
Text Example
White with #42E2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E2EA; }
p { color: rgb(66,226,234); }
H1.HeaderClassName
{
color: #42E2EA;
}
.AnyTagClassName
{
color: #42E2EA;
}
</style>
background-color css
<style>
a { background-color: #42E2EA; }
a { background-color: rgb(66,226,234); }
div.DivClassName
{
background-color: #42E2EA;
}
.BgClassName
{
background-color: #42E2EA;
}
</style>
border-color css
<style>
span { border-color: #42E2EA; }
span { border-color: rgb(66,226,234); }
td.TdClassName
{
border-color: #42E2EA;
}
.TagClassName
{
border-color: #42E2EA;
}
</style>