Shades of Turquoise #42FFDF
Tints of Turquoise #42FFDF
RGB
CMYK
RGB Variations
Color information
#42FFDF (or 0x42FFDF) is known color: Turquoise. HEX triplet: 42, FF and DF. RGB value is (66,255,223). Sum of RGB (Red+Green+Blue) = 66+255+223=544 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.13% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #42FFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FFDF is #BD0020. Grayscale: #C2C2C2. Windows color (decimal): -12386337 or 14679874. OLE color: 14679874.
HSL color Cylindrical-coordinate representation of color #42FFDF: hue angle of 169.84º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FFDF is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 223 | - |
| CMYK | 0.74 | 0 | 0.13 | 0 |
| HSL | 169.84º | 1% | 0.63% | - |
| HSV(B) | 169.84º | 0.74% | 1% | - |
| XYZ | 51.33 | 78.01 | 82.16 | - |
| YUV | 194.84 | 143.88 | 36.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 223 | 0.74 | 0 | 0.13 | 0 | 169.84 | 1 | 0.63 |
| Hex | 42 | FF | DF | 4A | 0 | D | 0 | AA | 64 | 3F |
| Octal | 102 | 377 | 337 | 112 | 0 | 15 | 0 | 252 | 144 | 77 |
| Binary | 1000010 | 11111111 | 11011111 | 1001010 | 0 | 1101 | 0 | 10101010 | 1100100 | 111111 |
Color Harmonies of #42FFDF
Complementary color
Monochromatic Colors of #42FFDF
Black with #42FFDF
Text Example
Text Example
White with #42FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FFDF; }
p { color: rgb(66,255,223); }
H1.HeaderClassName
{
color: #42FFDF;
}
.AnyTagClassName
{
color: #42FFDF;
}
</style>
background-color css
<style>
a { background-color: #42FFDF; }
a { background-color: rgb(66,255,223); }
div.DivClassName
{
background-color: #42FFDF;
}
.BgClassName
{
background-color: #42FFDF;
}
</style>
border-color css
<style>
span { border-color: #42FFDF; }
span { border-color: rgb(66,255,223); }
td.TdClassName
{
border-color: #42FFDF;
}
.TagClassName
{
border-color: #42FFDF;
}
</style>