Shades of Turquoise #42EFC9
Tints of Turquoise #42EFC9
RGB
CMYK
RGB Variations
Color information
#42EFC9 (or 0x42EFC9) is known color: Turquoise. HEX triplet: 42, EF and C9. RGB value is (66,239,201). Sum of RGB (Red+Green+Blue) = 66+239+201=506 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.04% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #42EFC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EFC9 is #BD1036. Grayscale: #B6B6B6. Windows color (decimal): -12390455 or 13233986. OLE color: 13233986.
HSL color Cylindrical-coordinate representation of color #42EFC9: hue angle of 166.82º 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 #42EFC9 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 239 | 201 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.06 |
| HSL | 166.82º | 0.84% | 0.6% | - |
| HSV(B) | 166.82º | 0.72% | 0.94% | - |
| XYZ | 43.66 | 67.11 | 65.91 | - |
| YUV | 182.94 | 138.19 | 44.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 239 | 201 | 0.72 | 0 | 0.16 | 0.06 | 166.82 | 0.84 | 0.6 |
| Hex | 42 | EF | C9 | 48 | 0 | 10 | 6 | A7 | 54 | 3C |
| Octal | 102 | 357 | 311 | 110 | 0 | 20 | 6 | 247 | 124 | 74 |
| Binary | 1000010 | 11101111 | 11001001 | 1001000 | 0 | 10000 | 110 | 10100111 | 1010100 | 111100 |
Color Harmonies of #42EFC9
Complementary color
Monochromatic Colors of #42EFC9
Black with #42EFC9
Text Example
Text Example
White with #42EFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EFC9; }
p { color: rgb(66,239,201); }
H1.HeaderClassName
{
color: #42EFC9;
}
.AnyTagClassName
{
color: #42EFC9;
}
</style>
background-color css
<style>
a { background-color: #42EFC9; }
a { background-color: rgb(66,239,201); }
div.DivClassName
{
background-color: #42EFC9;
}
.BgClassName
{
background-color: #42EFC9;
}
</style>
border-color css
<style>
span { border-color: #42EFC9; }
span { border-color: rgb(66,239,201); }
td.TdClassName
{
border-color: #42EFC9;
}
.TagClassName
{
border-color: #42EFC9;
}
</style>