Shades of Turquoise #42F4EE
Tints of Turquoise #42F4EE
RGB
CMYK
RGB Variations
Color information
#42F4EE (or 0x42F4EE) is known color: Turquoise. HEX triplet: 42, F4 and EE. RGB value is (66,244,238). Sum of RGB (Red+Green+Blue) = 66+244+238=548 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.04% from 548); Green value is 244 (95.70% from 255 or 44.53% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 244 - color contains mainly: green. Hex color #42F4EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42F4EE is #BD0B11. Grayscale: #BDBDBD. Windows color (decimal): -12389138 or 15660098. OLE color: 15660098.
HSL color Cylindrical-coordinate representation of color #42F4EE: hue angle of 177.98º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F4EE is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 244 | 238 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.04 |
| HSL | 177.98º | 0.89% | 0.61% | - |
| HSV(B) | 177.98º | 0.73% | 0.96% | - |
| XYZ | 50.03 | 72.03 | 92.16 | - |
| YUV | 190.09 | 155.03 | 39.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 244 | 238 | 0.73 | 0 | 0.02 | 0.04 | 177.98 | 0.89 | 0.61 |
| Hex | 42 | F4 | EE | 49 | 0 | 2 | 4 | B2 | 59 | 3D |
| Octal | 102 | 364 | 356 | 111 | 0 | 2 | 4 | 262 | 131 | 75 |
| Binary | 1000010 | 11110100 | 11101110 | 1001001 | 0 | 10 | 100 | 10110010 | 1011001 | 111101 |
Color Harmonies of #42F4EE
Complementary color
Monochromatic Colors of #42F4EE
Black with #42F4EE
Text Example
Text Example
White with #42F4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F4EE; }
p { color: rgb(66,244,238); }
H1.HeaderClassName
{
color: #42F4EE;
}
.AnyTagClassName
{
color: #42F4EE;
}
</style>
background-color css
<style>
a { background-color: #42F4EE; }
a { background-color: rgb(66,244,238); }
div.DivClassName
{
background-color: #42F4EE;
}
.BgClassName
{
background-color: #42F4EE;
}
</style>
border-color css
<style>
span { border-color: #42F4EE; }
span { border-color: rgb(66,244,238); }
td.TdClassName
{
border-color: #42F4EE;
}
.TagClassName
{
border-color: #42F4EE;
}
</style>