Shades of Turquoise #42F1DC
Tints of Turquoise #42F1DC
RGB
CMYK
RGB Variations
Color information
#42F1DC (or 0x42F1DC) is known color: Turquoise. HEX triplet: 42, F1 and DC. RGB value is (66,241,220). Sum of RGB (Red+Green+Blue) = 66+241+220=527 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.52% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #42F1DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F1DC is #BD0E23. Grayscale: #BABABA. Windows color (decimal): -12389924 or 14479682. OLE color: 14479682.
HSL color Cylindrical-coordinate representation of color #42F1DC: hue angle of 172.8º 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 #42F1DC is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 241 | 220 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.05 |
| HSL | 172.8º | 0.86% | 0.6% | - |
| HSV(B) | 172.8º | 0.73% | 0.95% | - |
| XYZ | 46.62 | 69.24 | 78.62 | - |
| YUV | 186.28 | 147.02 | 42.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 241 | 220 | 0.73 | 0 | 0.09 | 0.05 | 172.8 | 0.86 | 0.6 |
| Hex | 42 | F1 | DC | 49 | 0 | 9 | 5 | AD | 56 | 3C |
| Octal | 102 | 361 | 334 | 111 | 0 | 11 | 5 | 255 | 126 | 74 |
| Binary | 1000010 | 11110001 | 11011100 | 1001001 | 0 | 1001 | 101 | 10101101 | 1010110 | 111100 |
Color Harmonies of #42F1DC
Complementary color
Monochromatic Colors of #42F1DC
Black with #42F1DC
Text Example
Text Example
White with #42F1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F1DC; }
p { color: rgb(66,241,220); }
H1.HeaderClassName
{
color: #42F1DC;
}
.AnyTagClassName
{
color: #42F1DC;
}
</style>
background-color css
<style>
a { background-color: #42F1DC; }
a { background-color: rgb(66,241,220); }
div.DivClassName
{
background-color: #42F1DC;
}
.BgClassName
{
background-color: #42F1DC;
}
</style>
border-color css
<style>
span { border-color: #42F1DC; }
span { border-color: rgb(66,241,220); }
td.TdClassName
{
border-color: #42F1DC;
}
.TagClassName
{
border-color: #42F1DC;
}
</style>