Shades of Turquoise #42EFCC
Tints of Turquoise #42EFCC
RGB
CMYK
RGB Variations
Color information
#42EFCC (or 0x42EFCC) is known color: Turquoise. HEX triplet: 42, EF and CC. RGB value is (66,239,204). Sum of RGB (Red+Green+Blue) = 66+239+204=509 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.97% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #42EFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EFCC is #BD1033. Grayscale: #B7B7B7. Windows color (decimal): -12390452 or 13430594. OLE color: 13430594.
HSL color Cylindrical-coordinate representation of color #42EFCC: hue angle of 167.86º 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 #42EFCC is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 239 | 204 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.06 |
| HSL | 167.86º | 0.84% | 0.6% | - |
| HSV(B) | 167.86º | 0.72% | 0.94% | - |
| XYZ | 44.01 | 67.25 | 67.79 | - |
| YUV | 183.28 | 139.69 | 44.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 239 | 204 | 0.72 | 0 | 0.15 | 0.06 | 167.86 | 0.84 | 0.6 |
| Hex | 42 | EF | CC | 48 | 0 | F | 6 | A8 | 54 | 3C |
| Octal | 102 | 357 | 314 | 110 | 0 | 17 | 6 | 250 | 124 | 74 |
| Binary | 1000010 | 11101111 | 11001100 | 1001000 | 0 | 1111 | 110 | 10101000 | 1010100 | 111100 |
Color Harmonies of #42EFCC
Complementary color
Monochromatic Colors of #42EFCC
Black with #42EFCC
Text Example
Text Example
White with #42EFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EFCC; }
p { color: rgb(66,239,204); }
H1.HeaderClassName
{
color: #42EFCC;
}
.AnyTagClassName
{
color: #42EFCC;
}
</style>
background-color css
<style>
a { background-color: #42EFCC; }
a { background-color: rgb(66,239,204); }
div.DivClassName
{
background-color: #42EFCC;
}
.BgClassName
{
background-color: #42EFCC;
}
</style>
border-color css
<style>
span { border-color: #42EFCC; }
span { border-color: rgb(66,239,204); }
td.TdClassName
{
border-color: #42EFCC;
}
.TagClassName
{
border-color: #42EFCC;
}
</style>