Shades of Turquoise #42ECF6
Tints of Turquoise #42ECF6
RGB
CMYK
RGB Variations
Color information
#42ECF6 (or 0x42ECF6) is known color: Turquoise. HEX triplet: 42, EC and F6. RGB value is (66,236,246). Sum of RGB (Red+Green+Blue) = 66+236+246=548 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.04% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 246 (96.48% from 255 or 44.89% from 548); Max value from RGB is 246 - color contains mainly: blue. Hex color #42ECF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42ECF6 is #BD1309. Grayscale: #BABABA. Windows color (decimal): -12391178 or 16182338. OLE color: 16182338.
HSL color Cylindrical-coordinate representation of color #42ECF6: hue angle of 183.33º 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 #42ECF6 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 236 | 246 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.04 |
| HSL | 183.33º | 0.91% | 0.61% | - |
| HSV(B) | 183.33º | 0.73% | 0.96% | - |
| XYZ | 48.88 | 67.8 | 97.7 | - |
| YUV | 186.31 | 161.68 | 42.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 236 | 246 | 0.73 | 0.04 | 0 | 0.04 | 183.33 | 0.91 | 0.61 |
| Hex | 42 | EC | F6 | 49 | 4 | 0 | 4 | B7 | 5B | 3D |
| Octal | 102 | 354 | 366 | 111 | 4 | 0 | 4 | 267 | 133 | 75 |
| Binary | 1000010 | 11101100 | 11110110 | 1001001 | 100 | 0 | 100 | 10110111 | 1011011 | 111101 |
Color Harmonies of #42ECF6
Complementary color
Monochromatic Colors of #42ECF6
Black with #42ECF6
Text Example
Text Example
White with #42ECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ECF6; }
p { color: rgb(66,236,246); }
H1.HeaderClassName
{
color: #42ECF6;
}
.AnyTagClassName
{
color: #42ECF6;
}
</style>
background-color css
<style>
a { background-color: #42ECF6; }
a { background-color: rgb(66,236,246); }
div.DivClassName
{
background-color: #42ECF6;
}
.BgClassName
{
background-color: #42ECF6;
}
</style>
border-color css
<style>
span { border-color: #42ECF6; }
span { border-color: rgb(66,236,246); }
td.TdClassName
{
border-color: #42ECF6;
}
.TagClassName
{
border-color: #42ECF6;
}
</style>