Shades of Turquoise #42E2F9
Tints of Turquoise #42E2F9
RGB
CMYK
RGB Variations
Color information
#42E2F9 (or 0x42E2F9) is known color: Turquoise. HEX triplet: 42, E2 and F9. RGB value is (66,226,249). Sum of RGB (Red+Green+Blue) = 66+226+249=541 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.20% from 541); Green value is 226 (88.67% from 255 or 41.77% from 541); Blue value is 249 (97.66% from 255 or 46.03% from 541); Max value from RGB is 249 - color contains mainly: blue. Hex color #42E2F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42E2F9 is #BD1D06. Grayscale: #B4B4B4. Windows color (decimal): -12393735 or 16376386. OLE color: 16376386.
HSL color Cylindrical-coordinate representation of color #42E2F9: hue angle of 187.54º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42E2F9 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 226 | 249 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.02 |
| HSL | 187.54º | 0.94% | 0.62% | - |
| HSV(B) | 187.54º | 0.73% | 0.98% | - |
| XYZ | 46.54 | 62.39 | 99.21 | - |
| YUV | 180.78 | 166.49 | 46.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 226 | 249 | 0.73 | 0.09 | 0 | 0.02 | 187.54 | 0.94 | 0.62 |
| Hex | 42 | E2 | F9 | 49 | 9 | 0 | 2 | BC | 5E | 3E |
| Octal | 102 | 342 | 371 | 111 | 11 | 0 | 2 | 274 | 136 | 76 |
| Binary | 1000010 | 11100010 | 11111001 | 1001001 | 1001 | 0 | 10 | 10111100 | 1011110 | 111110 |
Color Harmonies of #42E2F9
Complementary color
Monochromatic Colors of #42E2F9
Black with #42E2F9
Text Example
Text Example
White with #42E2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E2F9; }
p { color: rgb(66,226,249); }
H1.HeaderClassName
{
color: #42E2F9;
}
.AnyTagClassName
{
color: #42E2F9;
}
</style>
background-color css
<style>
a { background-color: #42E2F9; }
a { background-color: rgb(66,226,249); }
div.DivClassName
{
background-color: #42E2F9;
}
.BgClassName
{
background-color: #42E2F9;
}
</style>
border-color css
<style>
span { border-color: #42E2F9; }
span { border-color: rgb(66,226,249); }
td.TdClassName
{
border-color: #42E2F9;
}
.TagClassName
{
border-color: #42E2F9;
}
</style>