Shades of Turquoise #42F1DF
Tints of Turquoise #42F1DF
RGB
CMYK
RGB Variations
Color information
#42F1DF (or 0x42F1DF) is known color: Turquoise. HEX triplet: 42, F1 and DF. RGB value is (66,241,223). Sum of RGB (Red+Green+Blue) = 66+241+223=530 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.45% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #42F1DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F1DF is #BD0E20. Grayscale: #BABABA. Windows color (decimal): -12389921 or 14676290. OLE color: 14676290.
HSL color Cylindrical-coordinate representation of color #42F1DF: hue angle of 173.83º 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 #42F1DF is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 241 | 223 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.05 |
| HSL | 173.83º | 0.86% | 0.6% | - |
| HSV(B) | 173.83º | 0.73% | 0.95% | - |
| XYZ | 47.02 | 69.4 | 80.73 | - |
| YUV | 186.62 | 148.52 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 241 | 223 | 0.73 | 0 | 0.07 | 0.05 | 173.83 | 0.86 | 0.6 |
| Hex | 42 | F1 | DF | 49 | 0 | 7 | 5 | AE | 56 | 3C |
| Octal | 102 | 361 | 337 | 111 | 0 | 7 | 5 | 256 | 126 | 74 |
| Binary | 1000010 | 11110001 | 11011111 | 1001001 | 0 | 111 | 101 | 10101110 | 1010110 | 111100 |
Color Harmonies of #42F1DF
Complementary color
Monochromatic Colors of #42F1DF
Black with #42F1DF
Text Example
Text Example
White with #42F1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F1DF; }
p { color: rgb(66,241,223); }
H1.HeaderClassName
{
color: #42F1DF;
}
.AnyTagClassName
{
color: #42F1DF;
}
</style>
background-color css
<style>
a { background-color: #42F1DF; }
a { background-color: rgb(66,241,223); }
div.DivClassName
{
background-color: #42F1DF;
}
.BgClassName
{
background-color: #42F1DF;
}
</style>
border-color css
<style>
span { border-color: #42F1DF; }
span { border-color: rgb(66,241,223); }
td.TdClassName
{
border-color: #42F1DF;
}
.TagClassName
{
border-color: #42F1DF;
}
</style>