Shades of Turquoise #42F8E4
Tints of Turquoise #42F8E4
RGB
CMYK
RGB Variations
Color information
#42F8E4 (or 0x42F8E4) is known color: Turquoise. HEX triplet: 42, F8 and E4. RGB value is (66,248,228). Sum of RGB (Red+Green+Blue) = 66+248+228=542 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.18% from 542); Green value is 248 (97.27% from 255 or 45.76% from 542); Blue value is 228 (89.45% from 255 or 42.07% from 542); Max value from RGB is 248 - color contains mainly: green. Hex color #42F8E4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F8E4 is #BD071B. Grayscale: #BFBFBF. Windows color (decimal): -12388124 or 15005762. OLE color: 15005762.
HSL color Cylindrical-coordinate representation of color #42F8E4: hue angle of 173.41º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F8E4 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 248 | 228 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.03 |
| HSL | 173.41º | 0.93% | 0.62% | - |
| HSV(B) | 173.41º | 0.73% | 0.97% | - |
| XYZ | 49.82 | 73.89 | 85.04 | - |
| YUV | 191.3 | 148.7 | 38.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 248 | 228 | 0.73 | 0 | 0.08 | 0.03 | 173.41 | 0.93 | 0.62 |
| Hex | 42 | F8 | E4 | 49 | 0 | 8 | 3 | AD | 5D | 3E |
| Octal | 102 | 370 | 344 | 111 | 0 | 10 | 3 | 255 | 135 | 76 |
| Binary | 1000010 | 11111000 | 11100100 | 1001001 | 0 | 1000 | 11 | 10101101 | 1011101 | 111110 |
Color Harmonies of #42F8E4
Complementary color
Monochromatic Colors of #42F8E4
Black with #42F8E4
Text Example
Text Example
White with #42F8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F8E4; }
p { color: rgb(66,248,228); }
H1.HeaderClassName
{
color: #42F8E4;
}
.AnyTagClassName
{
color: #42F8E4;
}
</style>
background-color css
<style>
a { background-color: #42F8E4; }
a { background-color: rgb(66,248,228); }
div.DivClassName
{
background-color: #42F8E4;
}
.BgClassName
{
background-color: #42F8E4;
}
</style>
border-color css
<style>
span { border-color: #42F8E4; }
span { border-color: rgb(66,248,228); }
td.TdClassName
{
border-color: #42F8E4;
}
.TagClassName
{
border-color: #42F8E4;
}
</style>