Shades of Turquoise #42EFC1
Tints of Turquoise #42EFC1
RGB
CMYK
RGB Variations
Color information
#42EFC1 (or 0x42EFC1) is known color: Turquoise. HEX triplet: 42, EF and C1. RGB value is (66,239,193). Sum of RGB (Red+Green+Blue) = 66+239+193=498 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.25% from 498); Green value is 239 (93.75% from 255 or 47.99% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 239 - color contains mainly: green. Hex color #42EFC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EFC1 is #BD103E. Grayscale: #B6B6B6. Windows color (decimal): -12390463 or 12709698. OLE color: 12709698.
HSL color Cylindrical-coordinate representation of color #42EFC1: hue angle of 164.05º 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 #42EFC1 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 239 | 193 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.06 |
| HSL | 164.05º | 0.84% | 0.6% | - |
| HSV(B) | 164.05º | 0.72% | 0.94% | - |
| XYZ | 42.74 | 66.74 | 61.08 | - |
| YUV | 182.03 | 134.19 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 239 | 193 | 0.72 | 0 | 0.19 | 0.06 | 164.05 | 0.84 | 0.6 |
| Hex | 42 | EF | C1 | 48 | 0 | 13 | 6 | A4 | 54 | 3C |
| Octal | 102 | 357 | 301 | 110 | 0 | 23 | 6 | 244 | 124 | 74 |
| Binary | 1000010 | 11101111 | 11000001 | 1001000 | 0 | 10011 | 110 | 10100100 | 1010100 | 111100 |
Color Harmonies of #42EFC1
Complementary color
Monochromatic Colors of #42EFC1
Black with #42EFC1
Text Example
Text Example
White with #42EFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EFC1; }
p { color: rgb(66,239,193); }
H1.HeaderClassName
{
color: #42EFC1;
}
.AnyTagClassName
{
color: #42EFC1;
}
</style>
background-color css
<style>
a { background-color: #42EFC1; }
a { background-color: rgb(66,239,193); }
div.DivClassName
{
background-color: #42EFC1;
}
.BgClassName
{
background-color: #42EFC1;
}
</style>
border-color css
<style>
span { border-color: #42EFC1; }
span { border-color: rgb(66,239,193); }
td.TdClassName
{
border-color: #42EFC1;
}
.TagClassName
{
border-color: #42EFC1;
}
</style>