Shades of Turquoise #42E2EE
Tints of Turquoise #42E2EE
RGB
CMYK
RGB Variations
Color information
#42E2EE (or 0x42E2EE) is known color: Turquoise. HEX triplet: 42, E2 and EE. RGB value is (66,226,238). Sum of RGB (Red+Green+Blue) = 66+226+238=530 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.45% from 530); Green value is 226 (88.67% from 255 or 42.64% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #42E2EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42E2EE is #BD1D11. Grayscale: #B3B3B3. Windows color (decimal): -12393746 or 15655490. OLE color: 15655490.
HSL color Cylindrical-coordinate representation of color #42E2EE: hue angle of 184.19º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E2EE is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 226 | 238 | - |
| CMYK | 0.72 | 0.05 | 0 | 0.07 |
| HSL | 184.19º | 0.83% | 0.6% | - |
| HSV(B) | 184.19º | 0.72% | 0.93% | - |
| XYZ | 44.88 | 61.72 | 90.44 | - |
| YUV | 179.53 | 160.99 | 47.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 226 | 238 | 0.72 | 0.05 | 0 | 0.07 | 184.19 | 0.83 | 0.6 |
| Hex | 42 | E2 | EE | 48 | 5 | 0 | 7 | B8 | 53 | 3C |
| Octal | 102 | 342 | 356 | 110 | 5 | 0 | 7 | 270 | 123 | 74 |
| Binary | 1000010 | 11100010 | 11101110 | 1001000 | 101 | 0 | 111 | 10111000 | 1010011 | 111100 |
Color Harmonies of #42E2EE
Complementary color
Monochromatic Colors of #42E2EE
Black with #42E2EE
Text Example
Text Example
White with #42E2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E2EE; }
p { color: rgb(66,226,238); }
H1.HeaderClassName
{
color: #42E2EE;
}
.AnyTagClassName
{
color: #42E2EE;
}
</style>
background-color css
<style>
a { background-color: #42E2EE; }
a { background-color: rgb(66,226,238); }
div.DivClassName
{
background-color: #42E2EE;
}
.BgClassName
{
background-color: #42E2EE;
}
</style>
border-color css
<style>
span { border-color: #42E2EE; }
span { border-color: rgb(66,226,238); }
td.TdClassName
{
border-color: #42E2EE;
}
.TagClassName
{
border-color: #42E2EE;
}
</style>