Shades of Turquoise #42F5D2
Tints of Turquoise #42F5D2
RGB
CMYK
RGB Variations
Color information
#42F5D2 (or 0x42F5D2) is known color: Turquoise. HEX triplet: 42, F5 and D2. RGB value is (66,245,210). Sum of RGB (Red+Green+Blue) = 66+245+210=521 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.67% from 521); Green value is 245 (96.09% from 255 or 47.02% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 245 - color contains mainly: green. Hex color #42F5D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F5D2 is #BD0A2D. Grayscale: #BBBBBB. Windows color (decimal): -12388910 or 13825346. OLE color: 13825346.
HSL color Cylindrical-coordinate representation of color #42F5D2: hue angle of 168.27º degrees, saturation: 0.9, 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 #42F5D2 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 245 | 210 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.04 |
| HSL | 168.27º | 0.9% | 0.61% | - |
| HSV(B) | 168.27º | 0.73% | 0.96% | - |
| XYZ | 46.53 | 71.12 | 72.25 | - |
| YUV | 187.49 | 140.7 | 41.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 245 | 210 | 0.73 | 0 | 0.14 | 0.04 | 168.27 | 0.9 | 0.61 |
| Hex | 42 | F5 | D2 | 49 | 0 | E | 4 | A8 | 5A | 3D |
| Octal | 102 | 365 | 322 | 111 | 0 | 16 | 4 | 250 | 132 | 75 |
| Binary | 1000010 | 11110101 | 11010010 | 1001001 | 0 | 1110 | 100 | 10101000 | 1011010 | 111101 |
Color Harmonies of #42F5D2
Complementary color
Monochromatic Colors of #42F5D2
Black with #42F5D2
Text Example
Text Example
White with #42F5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F5D2; }
p { color: rgb(66,245,210); }
H1.HeaderClassName
{
color: #42F5D2;
}
.AnyTagClassName
{
color: #42F5D2;
}
</style>
background-color css
<style>
a { background-color: #42F5D2; }
a { background-color: rgb(66,245,210); }
div.DivClassName
{
background-color: #42F5D2;
}
.BgClassName
{
background-color: #42F5D2;
}
</style>
border-color css
<style>
span { border-color: #42F5D2; }
span { border-color: rgb(66,245,210); }
td.TdClassName
{
border-color: #42F5D2;
}
.TagClassName
{
border-color: #42F5D2;
}
</style>