Shades of Turquoise #42F3EC
Tints of Turquoise #42F3EC
RGB
CMYK
RGB Variations
Color information
#42F3EC (or 0x42F3EC) is known color: Turquoise. HEX triplet: 42, F3 and EC. RGB value is (66,243,236). Sum of RGB (Red+Green+Blue) = 66+243+236=545 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.11% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 243 - color contains mainly: green. Hex color #42F3EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42F3EC is #BD0C13. Grayscale: #BDBDBD. Windows color (decimal): -12389396 or 15528770. OLE color: 15528770.
HSL color Cylindrical-coordinate representation of color #42F3EC: hue angle of 177.63º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F3EC is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 243 | 236 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.05 |
| HSL | 177.63º | 0.88% | 0.61% | - |
| HSV(B) | 177.63º | 0.73% | 0.95% | - |
| XYZ | 49.44 | 71.32 | 90.52 | - |
| YUV | 189.28 | 154.36 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 243 | 236 | 0.73 | 0 | 0.03 | 0.05 | 177.63 | 0.88 | 0.61 |
| Hex | 42 | F3 | EC | 49 | 0 | 3 | 5 | B2 | 58 | 3D |
| Octal | 102 | 363 | 354 | 111 | 0 | 3 | 5 | 262 | 130 | 75 |
| Binary | 1000010 | 11110011 | 11101100 | 1001001 | 0 | 11 | 101 | 10110010 | 1011000 | 111101 |
Color Harmonies of #42F3EC
Complementary color
Monochromatic Colors of #42F3EC
Black with #42F3EC
Text Example
Text Example
White with #42F3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F3EC; }
p { color: rgb(66,243,236); }
H1.HeaderClassName
{
color: #42F3EC;
}
.AnyTagClassName
{
color: #42F3EC;
}
</style>
background-color css
<style>
a { background-color: #42F3EC; }
a { background-color: rgb(66,243,236); }
div.DivClassName
{
background-color: #42F3EC;
}
.BgClassName
{
background-color: #42F3EC;
}
</style>
border-color css
<style>
span { border-color: #42F3EC; }
span { border-color: rgb(66,243,236); }
td.TdClassName
{
border-color: #42F3EC;
}
.TagClassName
{
border-color: #42F3EC;
}
</style>