Shades of Turquoise #42F3E1
Tints of Turquoise #42F3E1
RGB
CMYK
RGB Variations
Color information
#42F3E1 (or 0x42F3E1) is known color: Turquoise. HEX triplet: 42, F3 and E1. RGB value is (66,243,225). Sum of RGB (Red+Green+Blue) = 66+243+225=534 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.36% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 243 - color contains mainly: green. Hex color #42F3E1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F3E1 is #BD0C1E. Grayscale: #BBBBBB. Windows color (decimal): -12389407 or 14807874. OLE color: 14807874.
HSL color Cylindrical-coordinate representation of color #42F3E1: hue angle of 173.9º 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 #42F3E1 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 243 | 225 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.05 |
| HSL | 173.9º | 0.88% | 0.61% | - |
| HSV(B) | 173.9º | 0.73% | 0.95% | - |
| XYZ | 47.89 | 70.7 | 82.36 | - |
| YUV | 188.03 | 148.86 | 40.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 243 | 225 | 0.73 | 0 | 0.07 | 0.05 | 173.9 | 0.88 | 0.61 |
| Hex | 42 | F3 | E1 | 49 | 0 | 7 | 5 | AE | 58 | 3D |
| Octal | 102 | 363 | 341 | 111 | 0 | 7 | 5 | 256 | 130 | 75 |
| Binary | 1000010 | 11110011 | 11100001 | 1001001 | 0 | 111 | 101 | 10101110 | 1011000 | 111101 |
Color Harmonies of #42F3E1
Complementary color
Monochromatic Colors of #42F3E1
Black with #42F3E1
Text Example
Text Example
White with #42F3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F3E1; }
p { color: rgb(66,243,225); }
H1.HeaderClassName
{
color: #42F3E1;
}
.AnyTagClassName
{
color: #42F3E1;
}
</style>
background-color css
<style>
a { background-color: #42F3E1; }
a { background-color: rgb(66,243,225); }
div.DivClassName
{
background-color: #42F3E1;
}
.BgClassName
{
background-color: #42F3E1;
}
</style>
border-color css
<style>
span { border-color: #42F3E1; }
span { border-color: rgb(66,243,225); }
td.TdClassName
{
border-color: #42F3E1;
}
.TagClassName
{
border-color: #42F3E1;
}
</style>