Shades of Turquoise #42F8F0
Tints of Turquoise #42F8F0
RGB
CMYK
RGB Variations
Color information
#42F8F0 (or 0x42F8F0) is known color: Turquoise. HEX triplet: 42, F8 and F0. RGB value is (66,248,240). Sum of RGB (Red+Green+Blue) = 66+248+240=554 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.91% from 554); Green value is 248 (97.27% from 255 or 44.77% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 248 - color contains mainly: green. Hex color #42F8F0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42F8F0 is #BD070F. Grayscale: #C0C0C0. Windows color (decimal): -12388112 or 15792194. OLE color: 15792194.
HSL color Cylindrical-coordinate representation of color #42F8F0: hue angle of 177.36º 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 #42F8F0 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 248 | 240 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.03 |
| HSL | 177.36º | 0.93% | 0.62% | - |
| HSV(B) | 177.36º | 0.73% | 0.97% | - |
| XYZ | 51.54 | 74.58 | 94.12 | - |
| YUV | 192.67 | 154.7 | 37.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 248 | 240 | 0.73 | 0 | 0.03 | 0.03 | 177.36 | 0.93 | 0.62 |
| Hex | 42 | F8 | F0 | 49 | 0 | 3 | 3 | B1 | 5D | 3E |
| Octal | 102 | 370 | 360 | 111 | 0 | 3 | 3 | 261 | 135 | 76 |
| Binary | 1000010 | 11111000 | 11110000 | 1001001 | 0 | 11 | 11 | 10110001 | 1011101 | 111110 |
Color Harmonies of #42F8F0
Complementary color
Monochromatic Colors of #42F8F0
Black with #42F8F0
Text Example
Text Example
White with #42F8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F8F0; }
p { color: rgb(66,248,240); }
H1.HeaderClassName
{
color: #42F8F0;
}
.AnyTagClassName
{
color: #42F8F0;
}
</style>
background-color css
<style>
a { background-color: #42F8F0; }
a { background-color: rgb(66,248,240); }
div.DivClassName
{
background-color: #42F8F0;
}
.BgClassName
{
background-color: #42F8F0;
}
</style>
border-color css
<style>
span { border-color: #42F8F0; }
span { border-color: rgb(66,248,240); }
td.TdClassName
{
border-color: #42F8F0;
}
.TagClassName
{
border-color: #42F8F0;
}
</style>