Shades of Medium Turquoise #42D4EF
Tints of Medium Turquoise #42D4EF
RGB
CMYK
RGB Variations
Color information
#42D4EF (or 0x42D4EF) is known color: Medium Turquoise. HEX triplet: 42, D4 and EF. RGB value is (66,212,239). Sum of RGB (Red+Green+Blue) = 66+212+239=517 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.77% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #42D4EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42D4EF is #BD2B10. Grayscale: #ABABAB. Windows color (decimal): -12397329 or 15717442. OLE color: 15717442.
HSL color Cylindrical-coordinate representation of color #42D4EF: hue angle of 189.36º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42D4EF is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 212 | 239 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.06 |
| HSL | 189.36º | 0.84% | 0.6% | - |
| HSV(B) | 189.36º | 0.72% | 0.94% | - |
| XYZ | 41.37 | 54.48 | 90 | - |
| YUV | 171.42 | 166.13 | 52.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 212 | 239 | 0.72 | 0.11 | 0 | 0.06 | 189.36 | 0.84 | 0.6 |
| Hex | 42 | D4 | EF | 48 | B | 0 | 6 | BD | 54 | 3C |
| Octal | 102 | 324 | 357 | 110 | 13 | 0 | 6 | 275 | 124 | 74 |
| Binary | 1000010 | 11010100 | 11101111 | 1001000 | 1011 | 0 | 110 | 10111101 | 1010100 | 111100 |
Color Harmonies of #42D4EF
Complementary color
Monochromatic Colors of #42D4EF
Black with #42D4EF
Text Example
Text Example
White with #42D4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D4EF; }
p { color: rgb(66,212,239); }
H1.HeaderClassName
{
color: #42D4EF;
}
.AnyTagClassName
{
color: #42D4EF;
}
</style>
background-color css
<style>
a { background-color: #42D4EF; }
a { background-color: rgb(66,212,239); }
div.DivClassName
{
background-color: #42D4EF;
}
.BgClassName
{
background-color: #42D4EF;
}
</style>
border-color css
<style>
span { border-color: #42D4EF; }
span { border-color: rgb(66,212,239); }
td.TdClassName
{
border-color: #42D4EF;
}
.TagClassName
{
border-color: #42D4EF;
}
</style>