Shades of Medium Turquoise #42D2EF
Tints of Medium Turquoise #42D2EF
RGB
CMYK
RGB Variations
Color information
#42D2EF (or 0x42D2EF) is known color: Medium Turquoise. HEX triplet: 42, D2 and EF. RGB value is (66,210,239). Sum of RGB (Red+Green+Blue) = 66+210+239=515 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.82% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #42D2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42D2EF is #BD2D10. Grayscale: #A9A9A9. Windows color (decimal): -12397841 or 15716930. OLE color: 15716930.
HSL color Cylindrical-coordinate representation of color #42D2EF: hue angle of 190.06º 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 #42D2EF is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 210 | 239 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.06 |
| HSL | 190.06º | 0.84% | 0.6% | - |
| HSV(B) | 190.06º | 0.72% | 0.94% | - |
| XYZ | 40.87 | 53.48 | 89.83 | - |
| YUV | 170.25 | 166.79 | 53.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 210 | 239 | 0.72 | 0.12 | 0 | 0.06 | 190.06 | 0.84 | 0.6 |
| Hex | 42 | D2 | EF | 48 | C | 0 | 6 | BE | 54 | 3C |
| Octal | 102 | 322 | 357 | 110 | 14 | 0 | 6 | 276 | 124 | 74 |
| Binary | 1000010 | 11010010 | 11101111 | 1001000 | 1100 | 0 | 110 | 10111110 | 1010100 | 111100 |
Color Harmonies of #42D2EF
Complementary color
Monochromatic Colors of #42D2EF
Black with #42D2EF
Text Example
Text Example
White with #42D2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D2EF; }
p { color: rgb(66,210,239); }
H1.HeaderClassName
{
color: #42D2EF;
}
.AnyTagClassName
{
color: #42D2EF;
}
</style>
background-color css
<style>
a { background-color: #42D2EF; }
a { background-color: rgb(66,210,239); }
div.DivClassName
{
background-color: #42D2EF;
}
.BgClassName
{
background-color: #42D2EF;
}
</style>
border-color css
<style>
span { border-color: #42D2EF; }
span { border-color: rgb(66,210,239); }
td.TdClassName
{
border-color: #42D2EF;
}
.TagClassName
{
border-color: #42D2EF;
}
</style>