Shades of Turquoise #3FFDAC
Tints of Turquoise #3FFDAC
RGB
CMYK
RGB Variations
Color information
#3FFDAC (or 0x3FFDAC) is known color: Turquoise. HEX triplet: 3F, FD and AC. RGB value is (63,253,172). Sum of RGB (Red+Green+Blue) = 63+253+172=488 (64% of max value = 765). Red value is 63 (25% from 255 or 12.91% from 488); Green value is 253 (99.22% from 255 or 51.84% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFDAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFDAC is #C00253. Grayscale: #BBBBBB. Windows color (decimal): -12583508 or 11337023. OLE color: 11337023.
HSL color Cylindrical-coordinate representation of color #3FFDAC: hue angle of 154.42º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFDAC is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 253 | 172 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.01 |
| HSL | 154.42º | 0.98% | 0.62% | - |
| HSV(B) | 154.42º | 0.75% | 0.99% | - |
| XYZ | 44.62 | 74.29 | 51.02 | - |
| YUV | 186.96 | 119.55 | 39.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 253 | 172 | 0.75 | 0 | 0.32 | 0.01 | 154.42 | 0.98 | 0.62 |
| Hex | 3F | FD | AC | 4B | 0 | 20 | 1 | 9A | 62 | 3E |
| Octal | 77 | 375 | 254 | 113 | 0 | 40 | 1 | 232 | 142 | 76 |
| Binary | 111111 | 11111101 | 10101100 | 1001011 | 0 | 100000 | 1 | 10011010 | 1100010 | 111110 |
Color Harmonies of #3FFDAC
Complementary color
Monochromatic Colors of #3FFDAC
Black with #3FFDAC
Text Example
Text Example
White with #3FFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFDAC; }
p { color: rgb(63,253,172); }
H1.HeaderClassName
{
color: #3FFDAC;
}
.AnyTagClassName
{
color: #3FFDAC;
}
</style>
background-color css
<style>
a { background-color: #3FFDAC; }
a { background-color: rgb(63,253,172); }
div.DivClassName
{
background-color: #3FFDAC;
}
.BgClassName
{
background-color: #3FFDAC;
}
</style>
border-color css
<style>
span { border-color: #3FFDAC; }
span { border-color: rgb(63,253,172); }
td.TdClassName
{
border-color: #3FFDAC;
}
.TagClassName
{
border-color: #3FFDAC;
}
</style>