Shades of Turquoise #3FF1DB
Tints of Turquoise #3FF1DB
RGB
CMYK
RGB Variations
Color information
#3FF1DB (or 0x3FF1DB) is known color: Turquoise. HEX triplet: 3F, F1 and DB. RGB value is (63,241,219). Sum of RGB (Red+Green+Blue) = 63+241+219=523 (69% of max value = 765). Red value is 63 (25% from 255 or 12.05% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF1DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF1DB is #C00E24. Grayscale: #B9B9B9. Windows color (decimal): -12586533 or 14414143. OLE color: 14414143.
HSL color Cylindrical-coordinate representation of color #3FF1DB: hue angle of 172.58º 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 #3FF1DB is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 241 | 219 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.05 |
| HSL | 172.58º | 0.86% | 0.6% | - |
| HSV(B) | 172.58º | 0.74% | 0.95% | - |
| XYZ | 46.29 | 69.08 | 77.91 | - |
| YUV | 185.27 | 147.03 | 40.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 241 | 219 | 0.74 | 0 | 0.09 | 0.05 | 172.58 | 0.86 | 0.6 |
| Hex | 3F | F1 | DB | 4A | 0 | 9 | 5 | AD | 56 | 3C |
| Octal | 77 | 361 | 333 | 112 | 0 | 11 | 5 | 255 | 126 | 74 |
| Binary | 111111 | 11110001 | 11011011 | 1001010 | 0 | 1001 | 101 | 10101101 | 1010110 | 111100 |
Color Harmonies of #3FF1DB
Complementary color
Monochromatic Colors of #3FF1DB
Black with #3FF1DB
Text Example
Text Example
White with #3FF1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF1DB; }
p { color: rgb(63,241,219); }
H1.HeaderClassName
{
color: #3FF1DB;
}
.AnyTagClassName
{
color: #3FF1DB;
}
</style>
background-color css
<style>
a { background-color: #3FF1DB; }
a { background-color: rgb(63,241,219); }
div.DivClassName
{
background-color: #3FF1DB;
}
.BgClassName
{
background-color: #3FF1DB;
}
</style>
border-color css
<style>
span { border-color: #3FF1DB; }
span { border-color: rgb(63,241,219); }
td.TdClassName
{
border-color: #3FF1DB;
}
.TagClassName
{
border-color: #3FF1DB;
}
</style>