Shades of Turquoise #3FE1DA
Tints of Turquoise #3FE1DA
RGB
CMYK
RGB Variations
Color information
#3FE1DA (or 0x3FE1DA) is known color: Turquoise. HEX triplet: 3F, E1 and DA. RGB value is (63,225,218). Sum of RGB (Red+Green+Blue) = 63+225+218=506 (67% of max value = 765). Red value is 63 (25% from 255 or 12.45% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 225 - color contains mainly: green. Hex color #3FE1DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FE1DA is #C01E25. Grayscale: #AFAFAF. Windows color (decimal): -12590630 or 14344511. OLE color: 14344511.
HSL color Cylindrical-coordinate representation of color #3FE1DA: hue angle of 177.41º 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 #3FE1DA is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 225 | 218 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.12 |
| HSL | 177.41º | 0.73% | 0.56% | - |
| HSV(B) | 177.41º | 0.72% | 0.88% | - |
| XYZ | 41.63 | 59.97 | 75.71 | - |
| YUV | 175.76 | 151.83 | 47.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 225 | 218 | 0.72 | 0 | 0.03 | 0.12 | 177.41 | 0.73 | 0.56 |
| Hex | 3F | E1 | DA | 48 | 0 | 3 | C | B1 | 49 | 38 |
| Octal | 77 | 341 | 332 | 110 | 0 | 3 | 14 | 261 | 111 | 70 |
| Binary | 111111 | 11100001 | 11011010 | 1001000 | 0 | 11 | 1100 | 10110001 | 1001001 | 111000 |
Color Harmonies of #3FE1DA
Complementary color
Monochromatic Colors of #3FE1DA
Black with #3FE1DA
Text Example
Text Example
White with #3FE1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE1DA; }
p { color: rgb(63,225,218); }
H1.HeaderClassName
{
color: #3FE1DA;
}
.AnyTagClassName
{
color: #3FE1DA;
}
</style>
background-color css
<style>
a { background-color: #3FE1DA; }
a { background-color: rgb(63,225,218); }
div.DivClassName
{
background-color: #3FE1DA;
}
.BgClassName
{
background-color: #3FE1DA;
}
</style>
border-color css
<style>
span { border-color: #3FE1DA; }
span { border-color: rgb(63,225,218); }
td.TdClassName
{
border-color: #3FE1DA;
}
.TagClassName
{
border-color: #3FE1DA;
}
</style>