Shades of Turquoise #42E2E3
Tints of Turquoise #42E2E3
RGB
CMYK
RGB Variations
Color information
#42E2E3 (or 0x42E2E3) is known color: Turquoise. HEX triplet: 42, E2 and E3. RGB value is (66,226,227). Sum of RGB (Red+Green+Blue) = 66+226+227=519 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.72% from 519); Green value is 226 (88.67% from 255 or 43.55% from 519); Blue value is 227 (89.06% from 255 or 43.74% from 519); Max value from RGB is 227 - color contains mainly: blue. Hex color #42E2E3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42E2E3 is #BD1D1C. Grayscale: #B2B2B2. Windows color (decimal): -12393757 or 14934594. OLE color: 14934594.
HSL color Cylindrical-coordinate representation of color #42E2E3: hue angle of 180.37º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E2E3 is Cyan = 0.71, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 66 | 226 | 227 | - |
| CMYK | 0.71 | 0.00 | 0 | 0.11 |
| HSL | 180.37º | 0.74% | 0.57% | - |
| HSV(B) | 180.37º | 0.71% | 0.89% | - |
| XYZ | 43.31 | 61.1 | 82.18 | - |
| YUV | 178.27 | 155.49 | 47.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 226 | 227 | 0.71 | 0.00 | 0 | 0.11 | 180.37 | 0.74 | 0.57 |
| Hex | 42 | E2 | E3 | 47 | 0 | 0 | B | B4 | 4A | 39 |
| Octal | 102 | 342 | 343 | 107 | 0 | 0 | 13 | 264 | 112 | 71 |
| Binary | 1000010 | 11100010 | 11100011 | 1000111 | 0 | 0 | 1011 | 10110100 | 1001010 | 111001 |
Color Harmonies of #42E2E3
Complementary color
Monochromatic Colors of #42E2E3
Black with #42E2E3
Text Example
Text Example
White with #42E2E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E2E3; }
p { color: rgb(66,226,227); }
H1.HeaderClassName
{
color: #42E2E3;
}
.AnyTagClassName
{
color: #42E2E3;
}
</style>
background-color css
<style>
a { background-color: #42E2E3; }
a { background-color: rgb(66,226,227); }
div.DivClassName
{
background-color: #42E2E3;
}
.BgClassName
{
background-color: #42E2E3;
}
</style>
border-color css
<style>
span { border-color: #42E2E3; }
span { border-color: rgb(66,226,227); }
td.TdClassName
{
border-color: #42E2E3;
}
.TagClassName
{
border-color: #42E2E3;
}
</style>