Shades of Turquoise #3CF3AF
Tints of Turquoise #3CF3AF
RGB
CMYK
RGB Variations
Color information
#3CF3AF (or 0x3CF3AF) is known color: Turquoise. HEX triplet: 3C, F3 and AF. RGB value is (60,243,175). Sum of RGB (Red+Green+Blue) = 60+243+175=478 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.55% from 478); Green value is 243 (95.31% from 255 or 50.84% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF3AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF3AF is #C30C50. Grayscale: #B4B4B4. Windows color (decimal): -12782673 or 11531068. OLE color: 11531068.
HSL color Cylindrical-coordinate representation of color #3CF3AF: hue angle of 157.7º degrees, saturation: 0.88, 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 #3CF3AF is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 243 | 175 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.05 |
| HSL | 157.7º | 0.88% | 0.59% | - |
| HSV(B) | 157.7º | 0.75% | 0.95% | - |
| XYZ | 41.65 | 68.16 | 51.52 | - |
| YUV | 180.53 | 124.87 | 42.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 243 | 175 | 0.75 | 0 | 0.28 | 0.05 | 157.7 | 0.88 | 0.59 |
| Hex | 3C | F3 | AF | 4B | 0 | 1C | 5 | 9E | 58 | 3B |
| Octal | 74 | 363 | 257 | 113 | 0 | 34 | 5 | 236 | 130 | 73 |
| Binary | 111100 | 11110011 | 10101111 | 1001011 | 0 | 11100 | 101 | 10011110 | 1011000 | 111011 |
Color Harmonies of #3CF3AF
Complementary color
Monochromatic Colors of #3CF3AF
Black with #3CF3AF
Text Example
Text Example
White with #3CF3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF3AF; }
p { color: rgb(60,243,175); }
H1.HeaderClassName
{
color: #3CF3AF;
}
.AnyTagClassName
{
color: #3CF3AF;
}
</style>
background-color css
<style>
a { background-color: #3CF3AF; }
a { background-color: rgb(60,243,175); }
div.DivClassName
{
background-color: #3CF3AF;
}
.BgClassName
{
background-color: #3CF3AF;
}
</style>
border-color css
<style>
span { border-color: #3CF3AF; }
span { border-color: rgb(60,243,175); }
td.TdClassName
{
border-color: #3CF3AF;
}
.TagClassName
{
border-color: #3CF3AF;
}
</style>