Shades of Turquoise #3FE1DC
Tints of Turquoise #3FE1DC
RGB
CMYK
RGB Variations
Color information
#3FE1DC (or 0x3FE1DC) is known color: Turquoise. HEX triplet: 3F, E1 and DC. RGB value is (63,225,220). Sum of RGB (Red+Green+Blue) = 63+225+220=508 (67% of max value = 765). Red value is 63 (25% from 255 or 12.40% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 225 - color contains mainly: green. Hex color #3FE1DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FE1DC is #C01E23. Grayscale: #AFAFAF. Windows color (decimal): -12590628 or 14475583. OLE color: 14475583.
HSL color Cylindrical-coordinate representation of color #3FE1DC: hue angle of 178.15º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE1DC is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 225 | 220 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.12 |
| HSL | 178.15º | 0.73% | 0.56% | - |
| HSV(B) | 178.15º | 0.72% | 0.88% | - |
| XYZ | 41.89 | 60.07 | 77.1 | - |
| YUV | 175.99 | 152.83 | 47.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 225 | 220 | 0.72 | 0 | 0.02 | 0.12 | 178.15 | 0.73 | 0.56 |
| Hex | 3F | E1 | DC | 48 | 0 | 2 | C | B2 | 49 | 38 |
| Octal | 77 | 341 | 334 | 110 | 0 | 2 | 14 | 262 | 111 | 70 |
| Binary | 111111 | 11100001 | 11011100 | 1001000 | 0 | 10 | 1100 | 10110010 | 1001001 | 111000 |
Color Harmonies of #3FE1DC
Complementary color
Monochromatic Colors of #3FE1DC
Black with #3FE1DC
Text Example
Text Example
White with #3FE1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE1DC; }
p { color: rgb(63,225,220); }
H1.HeaderClassName
{
color: #3FE1DC;
}
.AnyTagClassName
{
color: #3FE1DC;
}
</style>
background-color css
<style>
a { background-color: #3FE1DC; }
a { background-color: rgb(63,225,220); }
div.DivClassName
{
background-color: #3FE1DC;
}
.BgClassName
{
background-color: #3FE1DC;
}
</style>
border-color css
<style>
span { border-color: #3FE1DC; }
span { border-color: rgb(63,225,220); }
td.TdClassName
{
border-color: #3FE1DC;
}
.TagClassName
{
border-color: #3FE1DC;
}
</style>