Shades of Turquoise #3CF2D9
Tints of Turquoise #3CF2D9
RGB
CMYK
RGB Variations
Color information
#3CF2D9 (or 0x3CF2D9) is known color: Turquoise. HEX triplet: 3C, F2 and D9. RGB value is (60,242,217). Sum of RGB (Red+Green+Blue) = 60+242+217=519 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.56% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF2D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF2D9 is #C30D26. Grayscale: #B8B8B8. Windows color (decimal): -12782887 or 14283324. OLE color: 14283324.
HSL color Cylindrical-coordinate representation of color #3CF2D9: hue angle of 171.76º 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 #3CF2D9 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 217 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.05 |
| HSL | 171.76º | 0.88% | 0.59% | - |
| HSV(B) | 171.76º | 0.75% | 0.95% | - |
| XYZ | 46.14 | 69.47 | 76.62 | - |
| YUV | 184.73 | 146.2 | 39.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 217 | 0.75 | 0 | 0.10 | 0.05 | 171.76 | 0.88 | 0.59 |
| Hex | 3C | F2 | D9 | 4B | 0 | A | 5 | AC | 58 | 3B |
| Octal | 74 | 362 | 331 | 113 | 0 | 12 | 5 | 254 | 130 | 73 |
| Binary | 111100 | 11110010 | 11011001 | 1001011 | 0 | 1010 | 101 | 10101100 | 1011000 | 111011 |
Color Harmonies of #3CF2D9
Complementary color
Monochromatic Colors of #3CF2D9
Black with #3CF2D9
Text Example
Text Example
White with #3CF2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF2D9; }
p { color: rgb(60,242,217); }
H1.HeaderClassName
{
color: #3CF2D9;
}
.AnyTagClassName
{
color: #3CF2D9;
}
</style>
background-color css
<style>
a { background-color: #3CF2D9; }
a { background-color: rgb(60,242,217); }
div.DivClassName
{
background-color: #3CF2D9;
}
.BgClassName
{
background-color: #3CF2D9;
}
</style>
border-color css
<style>
span { border-color: #3CF2D9; }
span { border-color: rgb(60,242,217); }
td.TdClassName
{
border-color: #3CF2D9;
}
.TagClassName
{
border-color: #3CF2D9;
}
</style>