Shades of Turquoise #3FF1DA
Tints of Turquoise #3FF1DA
RGB
CMYK
RGB Variations
Color information
#3FF1DA (or 0x3FF1DA) is known color: Turquoise. HEX triplet: 3F, F1 and DA. RGB value is (63,241,218). Sum of RGB (Red+Green+Blue) = 63+241+218=522 (69% of max value = 765). Red value is 63 (25% from 255 or 12.07% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF1DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF1DA is #C00E25. Grayscale: #B9B9B9. Windows color (decimal): -12586534 or 14348607. OLE color: 14348607.
HSL color Cylindrical-coordinate representation of color #3FF1DA: hue angle of 172.25º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF1DA is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 241 | 218 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.05 |
| HSL | 172.25º | 0.86% | 0.6% | - |
| HSV(B) | 172.25º | 0.74% | 0.95% | - |
| XYZ | 46.16 | 69.03 | 77.22 | - |
| YUV | 185.16 | 146.53 | 40.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 241 | 218 | 0.74 | 0 | 0.10 | 0.05 | 172.25 | 0.86 | 0.6 |
| Hex | 3F | F1 | DA | 4A | 0 | A | 5 | AC | 56 | 3C |
| Octal | 77 | 361 | 332 | 112 | 0 | 12 | 5 | 254 | 126 | 74 |
| Binary | 111111 | 11110001 | 11011010 | 1001010 | 0 | 1010 | 101 | 10101100 | 1010110 | 111100 |
Color Harmonies of #3FF1DA
Complementary color
Monochromatic Colors of #3FF1DA
Black with #3FF1DA
Text Example
Text Example
White with #3FF1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF1DA; }
p { color: rgb(63,241,218); }
H1.HeaderClassName
{
color: #3FF1DA;
}
.AnyTagClassName
{
color: #3FF1DA;
}
</style>
background-color css
<style>
a { background-color: #3FF1DA; }
a { background-color: rgb(63,241,218); }
div.DivClassName
{
background-color: #3FF1DA;
}
.BgClassName
{
background-color: #3FF1DA;
}
</style>
border-color css
<style>
span { border-color: #3FF1DA; }
span { border-color: rgb(63,241,218); }
td.TdClassName
{
border-color: #3FF1DA;
}
.TagClassName
{
border-color: #3FF1DA;
}
</style>