Shades of Turquoise #42F8DF
Tints of Turquoise #42F8DF
RGB
CMYK
RGB Variations
Color information
#42F8DF (or 0x42F8DF) is known color: Turquoise. HEX triplet: 42, F8 and DF. RGB value is (66,248,223). Sum of RGB (Red+Green+Blue) = 66+248+223=537 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.29% from 537); Green value is 248 (97.27% from 255 or 46.18% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 248 - color contains mainly: green. Hex color #42F8DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F8DF is #BD0720. Grayscale: #BEBEBE. Windows color (decimal): -12388129 or 14678082. OLE color: 14678082.
HSL color Cylindrical-coordinate representation of color #42F8DF: hue angle of 171.76º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F8DF is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 248 | 223 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.03 |
| HSL | 171.76º | 0.93% | 0.62% | - |
| HSV(B) | 171.76º | 0.73% | 0.97% | - |
| XYZ | 49.13 | 73.62 | 81.43 | - |
| YUV | 190.73 | 146.2 | 39.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 248 | 223 | 0.73 | 0 | 0.10 | 0.03 | 171.76 | 0.93 | 0.62 |
| Hex | 42 | F8 | DF | 49 | 0 | A | 3 | AC | 5D | 3E |
| Octal | 102 | 370 | 337 | 111 | 0 | 12 | 3 | 254 | 135 | 76 |
| Binary | 1000010 | 11111000 | 11011111 | 1001001 | 0 | 1010 | 11 | 10101100 | 1011101 | 111110 |
Color Harmonies of #42F8DF
Complementary color
Monochromatic Colors of #42F8DF
Black with #42F8DF
Text Example
Text Example
White with #42F8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F8DF; }
p { color: rgb(66,248,223); }
H1.HeaderClassName
{
color: #42F8DF;
}
.AnyTagClassName
{
color: #42F8DF;
}
</style>
background-color css
<style>
a { background-color: #42F8DF; }
a { background-color: rgb(66,248,223); }
div.DivClassName
{
background-color: #42F8DF;
}
.BgClassName
{
background-color: #42F8DF;
}
</style>
border-color css
<style>
span { border-color: #42F8DF; }
span { border-color: rgb(66,248,223); }
td.TdClassName
{
border-color: #42F8DF;
}
.TagClassName
{
border-color: #42F8DF;
}
</style>