Shades of Turquoise #42F1D0
Tints of Turquoise #42F1D0
RGB
CMYK
RGB Variations
Color information
#42F1D0 (or 0x42F1D0) is known color: Turquoise. HEX triplet: 42, F1 and D0. RGB value is (66,241,208). Sum of RGB (Red+Green+Blue) = 66+241+208=515 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.82% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #42F1D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F1D0 is #BD0E2F. Grayscale: #B8B8B8. Windows color (decimal): -12389936 or 13693250. OLE color: 13693250.
HSL color Cylindrical-coordinate representation of color #42F1D0: hue angle of 168.69º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F1D0 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 241 | 208 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.05 |
| HSL | 168.69º | 0.86% | 0.6% | - |
| HSV(B) | 168.69º | 0.73% | 0.95% | - |
| XYZ | 45.09 | 68.62 | 70.54 | - |
| YUV | 184.91 | 141.02 | 43.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 241 | 208 | 0.73 | 0 | 0.14 | 0.05 | 168.69 | 0.86 | 0.6 |
| Hex | 42 | F1 | D0 | 49 | 0 | E | 5 | A9 | 56 | 3C |
| Octal | 102 | 361 | 320 | 111 | 0 | 16 | 5 | 251 | 126 | 74 |
| Binary | 1000010 | 11110001 | 11010000 | 1001001 | 0 | 1110 | 101 | 10101001 | 1010110 | 111100 |
Color Harmonies of #42F1D0
Complementary color
Monochromatic Colors of #42F1D0
Black with #42F1D0
Text Example
Text Example
White with #42F1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F1D0; }
p { color: rgb(66,241,208); }
H1.HeaderClassName
{
color: #42F1D0;
}
.AnyTagClassName
{
color: #42F1D0;
}
</style>
background-color css
<style>
a { background-color: #42F1D0; }
a { background-color: rgb(66,241,208); }
div.DivClassName
{
background-color: #42F1D0;
}
.BgClassName
{
background-color: #42F1D0;
}
</style>
border-color css
<style>
span { border-color: #42F1D0; }
span { border-color: rgb(66,241,208); }
td.TdClassName
{
border-color: #42F1D0;
}
.TagClassName
{
border-color: #42F1D0;
}
</style>