Shades of Turquoise #3FE0C4
Tints of Turquoise #3FE0C4
RGB
CMYK
RGB Variations
Color information
#3FE0C4 (or 0x3FE0C4) is known color: Turquoise. HEX triplet: 3F, E0 and C4. RGB value is (63,224,196). Sum of RGB (Red+Green+Blue) = 63+224+196=483 (63% of max value = 765). Red value is 63 (25% from 255 or 13.04% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE0C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FE0C4 is #C01F3B. Grayscale: #ACACAC. Windows color (decimal): -12590908 or 12902463. OLE color: 12902463.
HSL color Cylindrical-coordinate representation of color #3FE0C4: hue angle of 169.57º degrees, saturation: 0.72, 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 #3FE0C4 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 224 | 196 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.12 |
| HSL | 169.57º | 0.72% | 0.56% | - |
| HSV(B) | 169.57º | 0.72% | 0.88% | - |
| XYZ | 38.67 | 58.35 | 61.45 | - |
| YUV | 172.67 | 141.16 | 49.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 224 | 196 | 0.72 | 0 | 0.12 | 0.12 | 169.57 | 0.72 | 0.56 |
| Hex | 3F | E0 | C4 | 48 | 0 | C | C | AA | 48 | 38 |
| Octal | 77 | 340 | 304 | 110 | 0 | 14 | 14 | 252 | 110 | 70 |
| Binary | 111111 | 11100000 | 11000100 | 1001000 | 0 | 1100 | 1100 | 10101010 | 1001000 | 111000 |
Color Harmonies of #3FE0C4
Complementary color
Monochromatic Colors of #3FE0C4
Black with #3FE0C4
Text Example
Text Example
White with #3FE0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE0C4; }
p { color: rgb(63,224,196); }
H1.HeaderClassName
{
color: #3FE0C4;
}
.AnyTagClassName
{
color: #3FE0C4;
}
</style>
background-color css
<style>
a { background-color: #3FE0C4; }
a { background-color: rgb(63,224,196); }
div.DivClassName
{
background-color: #3FE0C4;
}
.BgClassName
{
background-color: #3FE0C4;
}
</style>
border-color css
<style>
span { border-color: #3FE0C4; }
span { border-color: rgb(63,224,196); }
td.TdClassName
{
border-color: #3FE0C4;
}
.TagClassName
{
border-color: #3FE0C4;
}
</style>