Shades of Turquoise #42F2CC
Tints of Turquoise #42F2CC
RGB
CMYK
RGB Variations
Color information
#42F2CC (or 0x42F2CC) is known color: Turquoise. HEX triplet: 42, F2 and CC. RGB value is (66,242,204). Sum of RGB (Red+Green+Blue) = 66+242+204=512 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.89% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #42F2CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F2CC is #BD0D33. Grayscale: #B9B9B9. Windows color (decimal): -12389684 or 13431362. OLE color: 13431362.
HSL color Cylindrical-coordinate representation of color #42F2CC: hue angle of 167.05º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F2CC is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 242 | 204 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.05 |
| HSL | 167.05º | 0.87% | 0.6% | - |
| HSV(B) | 167.05º | 0.73% | 0.95% | - |
| XYZ | 44.9 | 69.02 | 68.08 | - |
| YUV | 185.04 | 138.69 | 43.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 242 | 204 | 0.73 | 0 | 0.16 | 0.05 | 167.05 | 0.87 | 0.6 |
| Hex | 42 | F2 | CC | 49 | 0 | 10 | 5 | A7 | 57 | 3C |
| Octal | 102 | 362 | 314 | 111 | 0 | 20 | 5 | 247 | 127 | 74 |
| Binary | 1000010 | 11110010 | 11001100 | 1001001 | 0 | 10000 | 101 | 10100111 | 1010111 | 111100 |
Color Harmonies of #42F2CC
Complementary color
Monochromatic Colors of #42F2CC
Black with #42F2CC
Text Example
Text Example
White with #42F2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F2CC; }
p { color: rgb(66,242,204); }
H1.HeaderClassName
{
color: #42F2CC;
}
.AnyTagClassName
{
color: #42F2CC;
}
</style>
background-color css
<style>
a { background-color: #42F2CC; }
a { background-color: rgb(66,242,204); }
div.DivClassName
{
background-color: #42F2CC;
}
.BgClassName
{
background-color: #42F2CC;
}
</style>
border-color css
<style>
span { border-color: #42F2CC; }
span { border-color: rgb(66,242,204); }
td.TdClassName
{
border-color: #42F2CC;
}
.TagClassName
{
border-color: #42F2CC;
}
</style>