Shades of Turquoise #3CF1AF
Tints of Turquoise #3CF1AF
RGB
CMYK
RGB Variations
Color information
#3CF1AF (or 0x3CF1AF) is known color: Turquoise. HEX triplet: 3C, F1 and AF. RGB value is (60,241,175). Sum of RGB (Red+Green+Blue) = 60+241+175=476 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.61% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF1AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF1AF is #C30E50. Grayscale: #B3B3B3. Windows color (decimal): -12783185 or 11530556. OLE color: 11530556.
HSL color Cylindrical-coordinate representation of color #3CF1AF: hue angle of 158.12º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF1AF is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 241 | 175 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.05 |
| HSL | 158.12º | 0.87% | 0.59% | - |
| HSV(B) | 158.12º | 0.75% | 0.95% | - |
| XYZ | 41.06 | 66.97 | 51.32 | - |
| YUV | 179.36 | 125.53 | 42.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 241 | 175 | 0.75 | 0 | 0.27 | 0.05 | 158.12 | 0.87 | 0.59 |
| Hex | 3C | F1 | AF | 4B | 0 | 1B | 5 | 9E | 57 | 3B |
| Octal | 74 | 361 | 257 | 113 | 0 | 33 | 5 | 236 | 127 | 73 |
| Binary | 111100 | 11110001 | 10101111 | 1001011 | 0 | 11011 | 101 | 10011110 | 1010111 | 111011 |
Color Harmonies of #3CF1AF
Complementary color
Monochromatic Colors of #3CF1AF
Black with #3CF1AF
Text Example
Text Example
White with #3CF1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF1AF; }
p { color: rgb(60,241,175); }
H1.HeaderClassName
{
color: #3CF1AF;
}
.AnyTagClassName
{
color: #3CF1AF;
}
</style>
background-color css
<style>
a { background-color: #3CF1AF; }
a { background-color: rgb(60,241,175); }
div.DivClassName
{
background-color: #3CF1AF;
}
.BgClassName
{
background-color: #3CF1AF;
}
</style>
border-color css
<style>
span { border-color: #3CF1AF; }
span { border-color: rgb(60,241,175); }
td.TdClassName
{
border-color: #3CF1AF;
}
.TagClassName
{
border-color: #3CF1AF;
}
</style>