Shades of Turquoise #42F3C2
Tints of Turquoise #42F3C2
RGB
CMYK
RGB Variations
Color information
#42F3C2 (or 0x42F3C2) is known color: Turquoise. HEX triplet: 42, F3 and C2. RGB value is (66,243,194). Sum of RGB (Red+Green+Blue) = 66+243+194=503 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.12% from 503); Green value is 243 (95.31% from 255 or 48.31% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 243 - color contains mainly: green. Hex color #42F3C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F3C2 is #BD0C3D. Grayscale: #B8B8B8. Windows color (decimal): -12389438 or 12776258. OLE color: 12776258.
HSL color Cylindrical-coordinate representation of color #42F3C2: hue angle of 163.39º 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 #42F3C2 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 243 | 194 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.05 |
| HSL | 163.39º | 0.88% | 0.61% | - |
| HSV(B) | 163.39º | 0.73% | 0.95% | - |
| XYZ | 44.03 | 69.15 | 62.07 | - |
| YUV | 184.49 | 133.36 | 43.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 243 | 194 | 0.73 | 0 | 0.20 | 0.05 | 163.39 | 0.88 | 0.61 |
| Hex | 42 | F3 | C2 | 49 | 0 | 14 | 5 | A3 | 58 | 3D |
| Octal | 102 | 363 | 302 | 111 | 0 | 24 | 5 | 243 | 130 | 75 |
| Binary | 1000010 | 11110011 | 11000010 | 1001001 | 0 | 10100 | 101 | 10100011 | 1011000 | 111101 |
Color Harmonies of #42F3C2
Complementary color
Monochromatic Colors of #42F3C2
Black with #42F3C2
Text Example
Text Example
White with #42F3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F3C2; }
p { color: rgb(66,243,194); }
H1.HeaderClassName
{
color: #42F3C2;
}
.AnyTagClassName
{
color: #42F3C2;
}
</style>
background-color css
<style>
a { background-color: #42F3C2; }
a { background-color: rgb(66,243,194); }
div.DivClassName
{
background-color: #42F3C2;
}
.BgClassName
{
background-color: #42F3C2;
}
</style>
border-color css
<style>
span { border-color: #42F3C2; }
span { border-color: rgb(66,243,194); }
td.TdClassName
{
border-color: #42F3C2;
}
.TagClassName
{
border-color: #42F3C2;
}
</style>