Shades of Turquoise #3FE5DA
Tints of Turquoise #3FE5DA
RGB
CMYK
RGB Variations
Color information
#3FE5DA (or 0x3FE5DA) is known color: Turquoise. HEX triplet: 3F, E5 and DA. RGB value is (63,229,218). Sum of RGB (Red+Green+Blue) = 63+229+218=510 (67% of max value = 765). Red value is 63 (25% from 255 or 12.35% from 510); Green value is 229 (89.84% from 255 or 44.90% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 229 - color contains mainly: green. Hex color #3FE5DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FE5DA is #C01A25. Grayscale: #B1B1B1. Windows color (decimal): -12589606 or 14345535. OLE color: 14345535.
HSL color Cylindrical-coordinate representation of color #3FE5DA: hue angle of 176.02º 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 #3FE5DA is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 229 | 218 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.10 |
| HSL | 176.02º | 0.76% | 0.57% | - |
| HSV(B) | 176.02º | 0.72% | 0.9% | - |
| XYZ | 42.72 | 62.16 | 76.08 | - |
| YUV | 178.11 | 150.5 | 45.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 229 | 218 | 0.72 | 0 | 0.05 | 0.10 | 176.02 | 0.76 | 0.57 |
| Hex | 3F | E5 | DA | 48 | 0 | 5 | A | B0 | 4C | 39 |
| Octal | 77 | 345 | 332 | 110 | 0 | 5 | 12 | 260 | 114 | 71 |
| Binary | 111111 | 11100101 | 11011010 | 1001000 | 0 | 101 | 1010 | 10110000 | 1001100 | 111001 |
Color Harmonies of #3FE5DA
Complementary color
Monochromatic Colors of #3FE5DA
Black with #3FE5DA
Text Example
Text Example
White with #3FE5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE5DA; }
p { color: rgb(63,229,218); }
H1.HeaderClassName
{
color: #3FE5DA;
}
.AnyTagClassName
{
color: #3FE5DA;
}
</style>
background-color css
<style>
a { background-color: #3FE5DA; }
a { background-color: rgb(63,229,218); }
div.DivClassName
{
background-color: #3FE5DA;
}
.BgClassName
{
background-color: #3FE5DA;
}
</style>
border-color css
<style>
span { border-color: #3FE5DA; }
span { border-color: rgb(63,229,218); }
td.TdClassName
{
border-color: #3FE5DA;
}
.TagClassName
{
border-color: #3FE5DA;
}
</style>