Shades of Turquoise #3FE5D0
Tints of Turquoise #3FE5D0
RGB
CMYK
RGB Variations
Color information
#3FE5D0 (or 0x3FE5D0) is known color: Turquoise. HEX triplet: 3F, E5 and D0. RGB value is (63,229,208). Sum of RGB (Red+Green+Blue) = 63+229+208=500 (66% of max value = 765). Red value is 63 (25% from 255 or 12.6% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 229 - color contains mainly: green. Hex color #3FE5D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FE5D0 is #C01A2F. Grayscale: #B0B0B0. Windows color (decimal): -12589616 or 13690175. OLE color: 13690175.
HSL color Cylindrical-coordinate representation of color #3FE5D0: hue angle of 172.41º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE5D0 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 229 | 208 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.10 |
| HSL | 172.41º | 0.76% | 0.57% | - |
| HSV(B) | 172.41º | 0.72% | 0.9% | - |
| XYZ | 41.45 | 61.65 | 69.39 | - |
| YUV | 176.97 | 145.5 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 229 | 208 | 0.72 | 0 | 0.09 | 0.10 | 172.41 | 0.76 | 0.57 |
| Hex | 3F | E5 | D0 | 48 | 0 | 9 | A | AC | 4C | 39 |
| Octal | 77 | 345 | 320 | 110 | 0 | 11 | 12 | 254 | 114 | 71 |
| Binary | 111111 | 11100101 | 11010000 | 1001000 | 0 | 1001 | 1010 | 10101100 | 1001100 | 111001 |
Color Harmonies of #3FE5D0
Complementary color
Monochromatic Colors of #3FE5D0
Black with #3FE5D0
Text Example
Text Example
White with #3FE5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE5D0; }
p { color: rgb(63,229,208); }
H1.HeaderClassName
{
color: #3FE5D0;
}
.AnyTagClassName
{
color: #3FE5D0;
}
</style>
background-color css
<style>
a { background-color: #3FE5D0; }
a { background-color: rgb(63,229,208); }
div.DivClassName
{
background-color: #3FE5D0;
}
.BgClassName
{
background-color: #3FE5D0;
}
</style>
border-color css
<style>
span { border-color: #3FE5D0; }
span { border-color: rgb(63,229,208); }
td.TdClassName
{
border-color: #3FE5D0;
}
.TagClassName
{
border-color: #3FE5D0;
}
</style>