Shades of Turquoise #42FCD3
Tints of Turquoise #42FCD3
RGB
CMYK
RGB Variations
Color information
#42FCD3 (or 0x42FCD3) is known color: Turquoise. HEX triplet: 42, FC and D3. RGB value is (66,252,211). Sum of RGB (Red+Green+Blue) = 66+252+211=529 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.48% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #42FCD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FCD3 is #BD032C. Grayscale: #BFBFBF. Windows color (decimal): -12387117 or 13892674. OLE color: 13892674.
HSL color Cylindrical-coordinate representation of color #42FCD3: hue angle of 166.77º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FCD3 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 252 | 211 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.01 |
| HSL | 166.77º | 0.97% | 0.62% | - |
| HSV(B) | 166.77º | 0.74% | 0.99% | - |
| XYZ | 48.82 | 75.48 | 73.62 | - |
| YUV | 191.71 | 138.88 | 38.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 252 | 211 | 0.74 | 0 | 0.16 | 0.01 | 166.77 | 0.97 | 0.62 |
| Hex | 42 | FC | D3 | 4A | 0 | 10 | 1 | A7 | 61 | 3E |
| Octal | 102 | 374 | 323 | 112 | 0 | 20 | 1 | 247 | 141 | 76 |
| Binary | 1000010 | 11111100 | 11010011 | 1001010 | 0 | 10000 | 1 | 10100111 | 1100001 | 111110 |
Color Harmonies of #42FCD3
Complementary color
Monochromatic Colors of #42FCD3
Black with #42FCD3
Text Example
Text Example
White with #42FCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FCD3; }
p { color: rgb(66,252,211); }
H1.HeaderClassName
{
color: #42FCD3;
}
.AnyTagClassName
{
color: #42FCD3;
}
</style>
background-color css
<style>
a { background-color: #42FCD3; }
a { background-color: rgb(66,252,211); }
div.DivClassName
{
background-color: #42FCD3;
}
.BgClassName
{
background-color: #42FCD3;
}
</style>
border-color css
<style>
span { border-color: #42FCD3; }
span { border-color: rgb(66,252,211); }
td.TdClassName
{
border-color: #42FCD3;
}
.TagClassName
{
border-color: #42FCD3;
}
</style>