Shades of Turquoise #42F7DF
Tints of Turquoise #42F7DF
RGB
CMYK
RGB Variations
Color information
#42F7DF (or 0x42F7DF) is known color: Turquoise. HEX triplet: 42, F7 and DF. RGB value is (66,247,223). Sum of RGB (Red+Green+Blue) = 66+247+223=536 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.31% from 536); Green value is 247 (96.88% from 255 or 46.08% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 247 - color contains mainly: green. Hex color #42F7DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F7DF is #BD0820. Grayscale: #BEBEBE. Windows color (decimal): -12388385 or 14677826. OLE color: 14677826.
HSL color Cylindrical-coordinate representation of color #42F7DF: hue angle of 172.04º 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 #42F7DF is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 247 | 223 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.03 |
| HSL | 172.04º | 0.92% | 0.61% | - |
| HSV(B) | 172.04º | 0.73% | 0.97% | - |
| XYZ | 48.83 | 73.01 | 81.33 | - |
| YUV | 190.15 | 146.53 | 39.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 247 | 223 | 0.73 | 0 | 0.10 | 0.03 | 172.04 | 0.92 | 0.61 |
| Hex | 42 | F7 | DF | 49 | 0 | A | 3 | AC | 5C | 3D |
| Octal | 102 | 367 | 337 | 111 | 0 | 12 | 3 | 254 | 134 | 75 |
| Binary | 1000010 | 11110111 | 11011111 | 1001001 | 0 | 1010 | 11 | 10101100 | 1011100 | 111101 |
Color Harmonies of #42F7DF
Complementary color
Monochromatic Colors of #42F7DF
Black with #42F7DF
Text Example
Text Example
White with #42F7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F7DF; }
p { color: rgb(66,247,223); }
H1.HeaderClassName
{
color: #42F7DF;
}
.AnyTagClassName
{
color: #42F7DF;
}
</style>
background-color css
<style>
a { background-color: #42F7DF; }
a { background-color: rgb(66,247,223); }
div.DivClassName
{
background-color: #42F7DF;
}
.BgClassName
{
background-color: #42F7DF;
}
</style>
border-color css
<style>
span { border-color: #42F7DF; }
span { border-color: rgb(66,247,223); }
td.TdClassName
{
border-color: #42F7DF;
}
.TagClassName
{
border-color: #42F7DF;
}
</style>