Shades of Turquoise #42FFC8
Tints of Turquoise #42FFC8
RGB
CMYK
RGB Variations
Color information
#42FFC8 (or 0x42FFC8) is known color: Turquoise. HEX triplet: 42, FF and C8. RGB value is (66,255,200). Sum of RGB (Red+Green+Blue) = 66+255+200=521 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.67% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 200 (78.52% from 255 or 38.39% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #42FFC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FFC8 is #BD0037. Grayscale: #C0C0C0. Windows color (decimal): -12386360 or 13172546. OLE color: 13172546.
HSL color Cylindrical-coordinate representation of color #42FFC8: hue angle of 162.54º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FFC8 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 200 | - |
| CMYK | 0.74 | 0 | 0.22 | 0 |
| HSL | 162.54º | 1% | 0.63% | - |
| HSV(B) | 162.54º | 0.74% | 1% | - |
| XYZ | 48.43 | 76.85 | 66.92 | - |
| YUV | 192.22 | 132.38 | 37.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 200 | 0.74 | 0 | 0.22 | 0 | 162.54 | 1 | 0.63 |
| Hex | 42 | FF | C8 | 4A | 0 | 16 | 0 | A3 | 64 | 3F |
| Octal | 102 | 377 | 310 | 112 | 0 | 26 | 0 | 243 | 144 | 77 |
| Binary | 1000010 | 11111111 | 11001000 | 1001010 | 0 | 10110 | 0 | 10100011 | 1100100 | 111111 |
Color Harmonies of #42FFC8
Complementary color
Monochromatic Colors of #42FFC8
Black with #42FFC8
Text Example
Text Example
White with #42FFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FFC8; }
p { color: rgb(66,255,200); }
H1.HeaderClassName
{
color: #42FFC8;
}
.AnyTagClassName
{
color: #42FFC8;
}
</style>
background-color css
<style>
a { background-color: #42FFC8; }
a { background-color: rgb(66,255,200); }
div.DivClassName
{
background-color: #42FFC8;
}
.BgClassName
{
background-color: #42FFC8;
}
</style>
border-color css
<style>
span { border-color: #42FFC8; }
span { border-color: rgb(66,255,200); }
td.TdClassName
{
border-color: #42FFC8;
}
.TagClassName
{
border-color: #42FFC8;
}
</style>