Shades of Turquoise #42F6E3
Tints of Turquoise #42F6E3
RGB
CMYK
RGB Variations
Color information
#42F6E3 (or 0x42F6E3) is known color: Turquoise. HEX triplet: 42, F6 and E3. RGB value is (66,246,227). Sum of RGB (Red+Green+Blue) = 66+246+227=539 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.24% from 539); Green value is 246 (96.48% from 255 or 45.64% from 539); Blue value is 227 (89.06% from 255 or 42.12% from 539); Max value from RGB is 246 - color contains mainly: green. Hex color #42F6E3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F6E3 is #BD091C. Grayscale: #BDBDBD. Windows color (decimal): -12388637 or 14939714. OLE color: 14939714.
HSL color Cylindrical-coordinate representation of color #42F6E3: hue angle of 173.67º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F6E3 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 246 | 227 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.04 |
| HSL | 173.67º | 0.91% | 0.61% | - |
| HSV(B) | 173.67º | 0.73% | 0.96% | - |
| XYZ | 49.07 | 72.62 | 84.1 | - |
| YUV | 190.01 | 148.87 | 39.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 246 | 227 | 0.73 | 0 | 0.08 | 0.04 | 173.67 | 0.91 | 0.61 |
| Hex | 42 | F6 | E3 | 49 | 0 | 8 | 4 | AE | 5B | 3D |
| Octal | 102 | 366 | 343 | 111 | 0 | 10 | 4 | 256 | 133 | 75 |
| Binary | 1000010 | 11110110 | 11100011 | 1001001 | 0 | 1000 | 100 | 10101110 | 1011011 | 111101 |
Color Harmonies of #42F6E3
Complementary color
Monochromatic Colors of #42F6E3
Black with #42F6E3
Text Example
Text Example
White with #42F6E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F6E3; }
p { color: rgb(66,246,227); }
H1.HeaderClassName
{
color: #42F6E3;
}
.AnyTagClassName
{
color: #42F6E3;
}
</style>
background-color css
<style>
a { background-color: #42F6E3; }
a { background-color: rgb(66,246,227); }
div.DivClassName
{
background-color: #42F6E3;
}
.BgClassName
{
background-color: #42F6E3;
}
</style>
border-color css
<style>
span { border-color: #42F6E3; }
span { border-color: rgb(66,246,227); }
td.TdClassName
{
border-color: #42F6E3;
}
.TagClassName
{
border-color: #42F6E3;
}
</style>