Shades of Turquoise #42EFC4
Tints of Turquoise #42EFC4
RGB
CMYK
RGB Variations
Color information
#42EFC4 (or 0x42EFC4) is known color: Turquoise. HEX triplet: 42, EF and C4. RGB value is (66,239,196). Sum of RGB (Red+Green+Blue) = 66+239+196=501 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.17% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 239 - color contains mainly: green. Hex color #42EFC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EFC4 is #BD103B. Grayscale: #B6B6B6. Windows color (decimal): -12390460 or 12906306. OLE color: 12906306.
HSL color Cylindrical-coordinate representation of color #42EFC4: hue angle of 165.09º 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 #42EFC4 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 239 | 196 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.06 |
| HSL | 165.09º | 0.84% | 0.6% | - |
| HSV(B) | 165.09º | 0.72% | 0.94% | - |
| XYZ | 43.08 | 66.88 | 62.86 | - |
| YUV | 182.37 | 135.69 | 45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 239 | 196 | 0.72 | 0 | 0.18 | 0.06 | 165.09 | 0.84 | 0.6 |
| Hex | 42 | EF | C4 | 48 | 0 | 12 | 6 | A5 | 54 | 3C |
| Octal | 102 | 357 | 304 | 110 | 0 | 22 | 6 | 245 | 124 | 74 |
| Binary | 1000010 | 11101111 | 11000100 | 1001000 | 0 | 10010 | 110 | 10100101 | 1010100 | 111100 |
Color Harmonies of #42EFC4
Complementary color
Monochromatic Colors of #42EFC4
Black with #42EFC4
Text Example
Text Example
White with #42EFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EFC4; }
p { color: rgb(66,239,196); }
H1.HeaderClassName
{
color: #42EFC4;
}
.AnyTagClassName
{
color: #42EFC4;
}
</style>
background-color css
<style>
a { background-color: #42EFC4; }
a { background-color: rgb(66,239,196); }
div.DivClassName
{
background-color: #42EFC4;
}
.BgClassName
{
background-color: #42EFC4;
}
</style>
border-color css
<style>
span { border-color: #42EFC4; }
span { border-color: rgb(66,239,196); }
td.TdClassName
{
border-color: #42EFC4;
}
.TagClassName
{
border-color: #42EFC4;
}
</style>