Shades of Medium Turquoise #42D5EF
Tints of Medium Turquoise #42D5EF
RGB
CMYK
RGB Variations
Color information
#42D5EF (or 0x42D5EF) is known color: Medium Turquoise. HEX triplet: 42, D5 and EF. RGB value is (66,213,239). Sum of RGB (Red+Green+Blue) = 66+213+239=518 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.74% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #42D5EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42D5EF is #BD2A10. Grayscale: #ABABAB. Windows color (decimal): -12397073 or 15717698. OLE color: 15717698.
HSL color Cylindrical-coordinate representation of color #42D5EF: hue angle of 189.02º 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 #42D5EF is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 213 | 239 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.06 |
| HSL | 189.02º | 0.84% | 0.6% | - |
| HSV(B) | 189.02º | 0.72% | 0.94% | - |
| XYZ | 41.62 | 54.98 | 90.08 | - |
| YUV | 172.01 | 165.8 | 52.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 213 | 239 | 0.72 | 0.11 | 0 | 0.06 | 189.02 | 0.84 | 0.6 |
| Hex | 42 | D5 | EF | 48 | B | 0 | 6 | BD | 54 | 3C |
| Octal | 102 | 325 | 357 | 110 | 13 | 0 | 6 | 275 | 124 | 74 |
| Binary | 1000010 | 11010101 | 11101111 | 1001000 | 1011 | 0 | 110 | 10111101 | 1010100 | 111100 |
Color Harmonies of #42D5EF
Complementary color
Monochromatic Colors of #42D5EF
Black with #42D5EF
Text Example
Text Example
White with #42D5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D5EF; }
p { color: rgb(66,213,239); }
H1.HeaderClassName
{
color: #42D5EF;
}
.AnyTagClassName
{
color: #42D5EF;
}
</style>
background-color css
<style>
a { background-color: #42D5EF; }
a { background-color: rgb(66,213,239); }
div.DivClassName
{
background-color: #42D5EF;
}
.BgClassName
{
background-color: #42D5EF;
}
</style>
border-color css
<style>
span { border-color: #42D5EF; }
span { border-color: rgb(66,213,239); }
td.TdClassName
{
border-color: #42D5EF;
}
.TagClassName
{
border-color: #42D5EF;
}
</style>