Shades of Turquoise #42F3C3
Tints of Turquoise #42F3C3
RGB
CMYK
RGB Variations
Color information
#42F3C3 (or 0x42F3C3) is known color: Turquoise. HEX triplet: 42, F3 and C3. RGB value is (66,243,195). Sum of RGB (Red+Green+Blue) = 66+243+195=504 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.10% from 504); Green value is 243 (95.31% from 255 or 48.21% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 243 - color contains mainly: green. Hex color #42F3C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F3C3 is #BD0C3C. Grayscale: #B8B8B8. Windows color (decimal): -12389437 or 12841794. OLE color: 12841794.
HSL color Cylindrical-coordinate representation of color #42F3C3: hue angle of 163.73º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F3C3 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 243 | 195 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.05 |
| HSL | 163.73º | 0.88% | 0.61% | - |
| HSV(B) | 163.73º | 0.73% | 0.95% | - |
| XYZ | 44.15 | 69.2 | 62.66 | - |
| YUV | 184.61 | 133.86 | 43.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 243 | 195 | 0.73 | 0 | 0.20 | 0.05 | 163.73 | 0.88 | 0.61 |
| Hex | 42 | F3 | C3 | 49 | 0 | 14 | 5 | A4 | 58 | 3D |
| Octal | 102 | 363 | 303 | 111 | 0 | 24 | 5 | 244 | 130 | 75 |
| Binary | 1000010 | 11110011 | 11000011 | 1001001 | 0 | 10100 | 101 | 10100100 | 1011000 | 111101 |
Color Harmonies of #42F3C3
Complementary color
Monochromatic Colors of #42F3C3
Black with #42F3C3
Text Example
Text Example
White with #42F3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F3C3; }
p { color: rgb(66,243,195); }
H1.HeaderClassName
{
color: #42F3C3;
}
.AnyTagClassName
{
color: #42F3C3;
}
</style>
background-color css
<style>
a { background-color: #42F3C3; }
a { background-color: rgb(66,243,195); }
div.DivClassName
{
background-color: #42F3C3;
}
.BgClassName
{
background-color: #42F3C3;
}
</style>
border-color css
<style>
span { border-color: #42F3C3; }
span { border-color: rgb(66,243,195); }
td.TdClassName
{
border-color: #42F3C3;
}
.TagClassName
{
border-color: #42F3C3;
}
</style>