Shades of Turquoise #42EFEC
Tints of Turquoise #42EFEC
RGB
CMYK
RGB Variations
Color information
#42EFEC (or 0x42EFEC) is known color: Turquoise. HEX triplet: 42, EF and EC. RGB value is (66,239,236). Sum of RGB (Red+Green+Blue) = 66+239+236=541 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.20% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 239 - color contains mainly: green. Hex color #42EFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EFEC is #BD1013. Grayscale: #BABABA. Windows color (decimal): -12390420 or 15527746. OLE color: 15527746.
HSL color Cylindrical-coordinate representation of color #42EFEC: hue angle of 178.96º 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 #42EFEC is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 239 | 236 | - |
| CMYK | 0.72 | 0 | 0.01 | 0.06 |
| HSL | 178.96º | 0.84% | 0.6% | - |
| HSV(B) | 178.96º | 0.72% | 0.94% | - |
| XYZ | 48.25 | 68.95 | 90.12 | - |
| YUV | 186.93 | 155.69 | 41.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 239 | 236 | 0.72 | 0 | 0.01 | 0.06 | 178.96 | 0.84 | 0.6 |
| Hex | 42 | EF | EC | 48 | 0 | 1 | 6 | B3 | 54 | 3C |
| Octal | 102 | 357 | 354 | 110 | 0 | 1 | 6 | 263 | 124 | 74 |
| Binary | 1000010 | 11101111 | 11101100 | 1001000 | 0 | 1 | 110 | 10110011 | 1010100 | 111100 |
Color Harmonies of #42EFEC
Complementary color
Monochromatic Colors of #42EFEC
Black with #42EFEC
Text Example
Text Example
White with #42EFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EFEC; }
p { color: rgb(66,239,236); }
H1.HeaderClassName
{
color: #42EFEC;
}
.AnyTagClassName
{
color: #42EFEC;
}
</style>
background-color css
<style>
a { background-color: #42EFEC; }
a { background-color: rgb(66,239,236); }
div.DivClassName
{
background-color: #42EFEC;
}
.BgClassName
{
background-color: #42EFEC;
}
</style>
border-color css
<style>
span { border-color: #42EFEC; }
span { border-color: rgb(66,239,236); }
td.TdClassName
{
border-color: #42EFEC;
}
.TagClassName
{
border-color: #42EFEC;
}
</style>