Shades of Turquoise #42F4D3
Tints of Turquoise #42F4D3
RGB
CMYK
RGB Variations
Color information
#42F4D3 (or 0x42F4D3) is known color: Turquoise. HEX triplet: 42, F4 and D3. RGB value is (66,244,211). Sum of RGB (Red+Green+Blue) = 66+244+211=521 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.67% from 521); Green value is 244 (95.70% from 255 or 46.83% from 521); Blue value is 211 (82.81% from 255 or 40.50% from 521); Max value from RGB is 244 - color contains mainly: green. Hex color #42F4D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F4D3 is #BD0B2C. Grayscale: #BABABA. Windows color (decimal): -12389165 or 13890626. OLE color: 13890626.
HSL color Cylindrical-coordinate representation of color #42F4D3: hue angle of 168.88º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F4D3 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 244 | 211 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.04 |
| HSL | 168.88º | 0.89% | 0.61% | - |
| HSV(B) | 168.88º | 0.73% | 0.96% | - |
| XYZ | 46.36 | 70.56 | 72.8 | - |
| YUV | 187.02 | 141.53 | 41.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 244 | 211 | 0.73 | 0 | 0.14 | 0.04 | 168.88 | 0.89 | 0.61 |
| Hex | 42 | F4 | D3 | 49 | 0 | E | 4 | A9 | 59 | 3D |
| Octal | 102 | 364 | 323 | 111 | 0 | 16 | 4 | 251 | 131 | 75 |
| Binary | 1000010 | 11110100 | 11010011 | 1001001 | 0 | 1110 | 100 | 10101001 | 1011001 | 111101 |
Color Harmonies of #42F4D3
Complementary color
Monochromatic Colors of #42F4D3
Black with #42F4D3
Text Example
Text Example
White with #42F4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F4D3; }
p { color: rgb(66,244,211); }
H1.HeaderClassName
{
color: #42F4D3;
}
.AnyTagClassName
{
color: #42F4D3;
}
</style>
background-color css
<style>
a { background-color: #42F4D3; }
a { background-color: rgb(66,244,211); }
div.DivClassName
{
background-color: #42F4D3;
}
.BgClassName
{
background-color: #42F4D3;
}
</style>
border-color css
<style>
span { border-color: #42F4D3; }
span { border-color: rgb(66,244,211); }
td.TdClassName
{
border-color: #42F4D3;
}
.TagClassName
{
border-color: #42F4D3;
}
</style>