Shades of Turquoise #3CF2DB
Tints of Turquoise #3CF2DB
RGB
CMYK
RGB Variations
Color information
#3CF2DB (or 0x3CF2DB) is known color: Turquoise. HEX triplet: 3C, F2 and DB. RGB value is (60,242,219). Sum of RGB (Red+Green+Blue) = 60+242+219=521 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.52% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF2DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF2DB is #C30D24. Grayscale: #B8B8B8. Windows color (decimal): -12782885 or 14414396. OLE color: 14414396.
HSL color Cylindrical-coordinate representation of color #3CF2DB: hue angle of 172.42º 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 #3CF2DB is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 219 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.05 |
| HSL | 172.42º | 0.88% | 0.59% | - |
| HSV(B) | 172.42º | 0.75% | 0.95% | - |
| XYZ | 46.4 | 69.58 | 78 | - |
| YUV | 184.96 | 147.2 | 38.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 219 | 0.75 | 0 | 0.10 | 0.05 | 172.42 | 0.88 | 0.59 |
| Hex | 3C | F2 | DB | 4B | 0 | A | 5 | AC | 58 | 3B |
| Octal | 74 | 362 | 333 | 113 | 0 | 12 | 5 | 254 | 130 | 73 |
| Binary | 111100 | 11110010 | 11011011 | 1001011 | 0 | 1010 | 101 | 10101100 | 1011000 | 111011 |
Color Harmonies of #3CF2DB
Complementary color
Monochromatic Colors of #3CF2DB
Black with #3CF2DB
Text Example
Text Example
White with #3CF2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF2DB; }
p { color: rgb(60,242,219); }
H1.HeaderClassName
{
color: #3CF2DB;
}
.AnyTagClassName
{
color: #3CF2DB;
}
</style>
background-color css
<style>
a { background-color: #3CF2DB; }
a { background-color: rgb(60,242,219); }
div.DivClassName
{
background-color: #3CF2DB;
}
.BgClassName
{
background-color: #3CF2DB;
}
</style>
border-color css
<style>
span { border-color: #3CF2DB; }
span { border-color: rgb(60,242,219); }
td.TdClassName
{
border-color: #3CF2DB;
}
.TagClassName
{
border-color: #3CF2DB;
}
</style>