Shades of Turquoise #42F7D4
Tints of Turquoise #42F7D4
RGB
CMYK
RGB Variations
Color information
#42F7D4 (or 0x42F7D4) is known color: Turquoise. HEX triplet: 42, F7 and D4. RGB value is (66,247,212). Sum of RGB (Red+Green+Blue) = 66+247+212=525 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.57% from 525); Green value is 247 (96.88% from 255 or 47.05% from 525); Blue value is 212 (83.20% from 255 or 40.38% from 525); Max value from RGB is 247 - color contains mainly: green. Hex color #42F7D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F7D4 is #BD082B. Grayscale: #BCBCBC. Windows color (decimal): -12388396 or 13956930. OLE color: 13956930.
HSL color Cylindrical-coordinate representation of color #42F7D4: hue angle of 168.4º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F7D4 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 247 | 212 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.03 |
| HSL | 168.4º | 0.92% | 0.61% | - |
| HSV(B) | 168.4º | 0.73% | 0.97% | - |
| XYZ | 47.39 | 72.43 | 73.77 | - |
| YUV | 188.89 | 141.03 | 40.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 247 | 212 | 0.73 | 0 | 0.14 | 0.03 | 168.4 | 0.92 | 0.61 |
| Hex | 42 | F7 | D4 | 49 | 0 | E | 3 | A8 | 5C | 3D |
| Octal | 102 | 367 | 324 | 111 | 0 | 16 | 3 | 250 | 134 | 75 |
| Binary | 1000010 | 11110111 | 11010100 | 1001001 | 0 | 1110 | 11 | 10101000 | 1011100 | 111101 |
Color Harmonies of #42F7D4
Complementary color
Monochromatic Colors of #42F7D4
Black with #42F7D4
Text Example
Text Example
White with #42F7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F7D4; }
p { color: rgb(66,247,212); }
H1.HeaderClassName
{
color: #42F7D4;
}
.AnyTagClassName
{
color: #42F7D4;
}
</style>
background-color css
<style>
a { background-color: #42F7D4; }
a { background-color: rgb(66,247,212); }
div.DivClassName
{
background-color: #42F7D4;
}
.BgClassName
{
background-color: #42F7D4;
}
</style>
border-color css
<style>
span { border-color: #42F7D4; }
span { border-color: rgb(66,247,212); }
td.TdClassName
{
border-color: #42F7D4;
}
.TagClassName
{
border-color: #42F7D4;
}
</style>