Shades of Turquoise #3CFEDB
Tints of Turquoise #3CFEDB
RGB
CMYK
RGB Variations
Color information
#3CFEDB (or 0x3CFEDB) is known color: Turquoise. HEX triplet: 3C, FE and DB. RGB value is (60,254,219). Sum of RGB (Red+Green+Blue) = 60+254+219=533 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.26% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFEDB is #C30124. Grayscale: #BFBFBF. Windows color (decimal): -12779813 or 14417468. OLE color: 14417468.
HSL color Cylindrical-coordinate representation of color #3CFEDB: hue angle of 169.18º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFEDB is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 254 | 219 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.00 |
| HSL | 169.18º | 0.99% | 0.62% | - |
| HSV(B) | 169.18º | 0.76% | 1% | - |
| XYZ | 50.09 | 76.96 | 79.23 | - |
| YUV | 192 | 143.23 | 33.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 254 | 219 | 0.76 | 0 | 0.14 | 0.00 | 169.18 | 0.99 | 0.62 |
| Hex | 3C | FE | DB | 4C | 0 | E | 0 | A9 | 63 | 3E |
| Octal | 74 | 376 | 333 | 114 | 0 | 16 | 0 | 251 | 143 | 76 |
| Binary | 111100 | 11111110 | 11011011 | 1001100 | 0 | 1110 | 0 | 10101001 | 1100011 | 111110 |
Color Harmonies of #3CFEDB
Complementary color
Monochromatic Colors of #3CFEDB
Black with #3CFEDB
Text Example
Text Example
White with #3CFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFEDB; }
p { color: rgb(60,254,219); }
H1.HeaderClassName
{
color: #3CFEDB;
}
.AnyTagClassName
{
color: #3CFEDB;
}
</style>
background-color css
<style>
a { background-color: #3CFEDB; }
a { background-color: rgb(60,254,219); }
div.DivClassName
{
background-color: #3CFEDB;
}
.BgClassName
{
background-color: #3CFEDB;
}
</style>
border-color css
<style>
span { border-color: #3CFEDB; }
span { border-color: rgb(60,254,219); }
td.TdClassName
{
border-color: #3CFEDB;
}
.TagClassName
{
border-color: #3CFEDB;
}
</style>