Shades of Turquoise #42FCD5
Tints of Turquoise #42FCD5
RGB
CMYK
RGB Variations
Color information
#42FCD5 (or 0x42FCD5) is known color: Turquoise. HEX triplet: 42, FC and D5. RGB value is (66,252,213). Sum of RGB (Red+Green+Blue) = 66+252+213=531 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.43% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #42FCD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FCD5 is #BD032A. Grayscale: #BFBFBF. Windows color (decimal): -12387115 or 14023746. OLE color: 14023746.
HSL color Cylindrical-coordinate representation of color #42FCD5: hue angle of 167.42º 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 #42FCD5 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 252 | 213 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.01 |
| HSL | 167.42º | 0.97% | 0.62% | - |
| HSV(B) | 167.42º | 0.74% | 0.99% | - |
| XYZ | 49.07 | 75.58 | 74.95 | - |
| YUV | 191.94 | 139.88 | 38.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 252 | 213 | 0.74 | 0 | 0.15 | 0.01 | 167.42 | 0.97 | 0.62 |
| Hex | 42 | FC | D5 | 4A | 0 | F | 1 | A7 | 61 | 3E |
| Octal | 102 | 374 | 325 | 112 | 0 | 17 | 1 | 247 | 141 | 76 |
| Binary | 1000010 | 11111100 | 11010101 | 1001010 | 0 | 1111 | 1 | 10100111 | 1100001 | 111110 |
Color Harmonies of #42FCD5
Complementary color
Monochromatic Colors of #42FCD5
Black with #42FCD5
Text Example
Text Example
White with #42FCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FCD5; }
p { color: rgb(66,252,213); }
H1.HeaderClassName
{
color: #42FCD5;
}
.AnyTagClassName
{
color: #42FCD5;
}
</style>
background-color css
<style>
a { background-color: #42FCD5; }
a { background-color: rgb(66,252,213); }
div.DivClassName
{
background-color: #42FCD5;
}
.BgClassName
{
background-color: #42FCD5;
}
</style>
border-color css
<style>
span { border-color: #42FCD5; }
span { border-color: rgb(66,252,213); }
td.TdClassName
{
border-color: #42FCD5;
}
.TagClassName
{
border-color: #42FCD5;
}
</style>