Shades of Turquoise #3FF1DC
Tints of Turquoise #3FF1DC
RGB
CMYK
RGB Variations
Color information
#3FF1DC (or 0x3FF1DC) is known color: Turquoise. HEX triplet: 3F, F1 and DC. RGB value is (63,241,220). Sum of RGB (Red+Green+Blue) = 63+241+220=524 (69% of max value = 765). Red value is 63 (25% from 255 or 12.02% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF1DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF1DC is #C00E23. Grayscale: #B9B9B9. Windows color (decimal): -12586532 or 14479679. OLE color: 14479679.
HSL color Cylindrical-coordinate representation of color #3FF1DC: hue angle of 172.92º 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 #3FF1DC is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 241 | 220 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.05 |
| HSL | 172.92º | 0.86% | 0.6% | - |
| HSV(B) | 172.92º | 0.74% | 0.95% | - |
| XYZ | 46.42 | 69.13 | 78.61 | - |
| YUV | 185.38 | 147.53 | 40.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 241 | 220 | 0.74 | 0 | 0.09 | 0.05 | 172.92 | 0.86 | 0.6 |
| Hex | 3F | F1 | DC | 4A | 0 | 9 | 5 | AD | 56 | 3C |
| Octal | 77 | 361 | 334 | 112 | 0 | 11 | 5 | 255 | 126 | 74 |
| Binary | 111111 | 11110001 | 11011100 | 1001010 | 0 | 1001 | 101 | 10101101 | 1010110 | 111100 |
Color Harmonies of #3FF1DC
Complementary color
Monochromatic Colors of #3FF1DC
Black with #3FF1DC
Text Example
Text Example
White with #3FF1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF1DC; }
p { color: rgb(63,241,220); }
H1.HeaderClassName
{
color: #3FF1DC;
}
.AnyTagClassName
{
color: #3FF1DC;
}
</style>
background-color css
<style>
a { background-color: #3FF1DC; }
a { background-color: rgb(63,241,220); }
div.DivClassName
{
background-color: #3FF1DC;
}
.BgClassName
{
background-color: #3FF1DC;
}
</style>
border-color css
<style>
span { border-color: #3FF1DC; }
span { border-color: rgb(63,241,220); }
td.TdClassName
{
border-color: #3FF1DC;
}
.TagClassName
{
border-color: #3FF1DC;
}
</style>