Shades of Turquoise #42E7DF
Tints of Turquoise #42E7DF
RGB
CMYK
RGB Variations
Color information
#42E7DF (or 0x42E7DF) is known color: Turquoise. HEX triplet: 42, E7 and DF. RGB value is (66,231,223). Sum of RGB (Red+Green+Blue) = 66+231+223=520 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.69% from 520); Green value is 231 (90.62% from 255 or 44.42% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 231 - color contains mainly: green. Hex color #42E7DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42E7DF is #BD1820. Grayscale: #B4B4B4. Windows color (decimal): -12392481 or 14673730. OLE color: 14673730.
HSL color Cylindrical-coordinate representation of color #42E7DF: hue angle of 177.09º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E7DF is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 231 | 223 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.09 |
| HSL | 177.09º | 0.77% | 0.58% | - |
| HSV(B) | 177.09º | 0.71% | 0.91% | - |
| XYZ | 44.14 | 63.64 | 79.77 | - |
| YUV | 180.75 | 151.84 | 46.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 231 | 223 | 0.71 | 0 | 0.03 | 0.09 | 177.09 | 0.77 | 0.58 |
| Hex | 42 | E7 | DF | 47 | 0 | 3 | 9 | B1 | 4D | 3A |
| Octal | 102 | 347 | 337 | 107 | 0 | 3 | 11 | 261 | 115 | 72 |
| Binary | 1000010 | 11100111 | 11011111 | 1000111 | 0 | 11 | 1001 | 10110001 | 1001101 | 111010 |
Color Harmonies of #42E7DF
Complementary color
Monochromatic Colors of #42E7DF
Black with #42E7DF
Text Example
Text Example
White with #42E7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E7DF; }
p { color: rgb(66,231,223); }
H1.HeaderClassName
{
color: #42E7DF;
}
.AnyTagClassName
{
color: #42E7DF;
}
</style>
background-color css
<style>
a { background-color: #42E7DF; }
a { background-color: rgb(66,231,223); }
div.DivClassName
{
background-color: #42E7DF;
}
.BgClassName
{
background-color: #42E7DF;
}
</style>
border-color css
<style>
span { border-color: #42E7DF; }
span { border-color: rgb(66,231,223); }
td.TdClassName
{
border-color: #42E7DF;
}
.TagClassName
{
border-color: #42E7DF;
}
</style>