Shades of Turquoise #3FFDB5
Tints of Turquoise #3FFDB5
RGB
CMYK
RGB Variations
Color information
#3FFDB5 (or 0x3FFDB5) is known color: Turquoise. HEX triplet: 3F, FD and B5. RGB value is (63,253,181). Sum of RGB (Red+Green+Blue) = 63+253+181=497 (65% of max value = 765). Red value is 63 (25% from 255 or 12.68% from 497); Green value is 253 (99.22% from 255 or 50.91% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFDB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFDB5 is #C0024A. Grayscale: #BCBCBC. Windows color (decimal): -12583499 or 11926847. OLE color: 11926847.
HSL color Cylindrical-coordinate representation of color #3FFDB5: hue angle of 157.26º 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 #3FFDB5 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 253 | 181 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.01 |
| HSL | 157.26º | 0.98% | 0.62% | - |
| HSV(B) | 157.26º | 0.75% | 0.99% | - |
| XYZ | 45.52 | 74.64 | 55.72 | - |
| YUV | 187.98 | 124.05 | 38.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 253 | 181 | 0.75 | 0 | 0.28 | 0.01 | 157.26 | 0.98 | 0.62 |
| Hex | 3F | FD | B5 | 4B | 0 | 1C | 1 | 9D | 62 | 3E |
| Octal | 77 | 375 | 265 | 113 | 0 | 34 | 1 | 235 | 142 | 76 |
| Binary | 111111 | 11111101 | 10110101 | 1001011 | 0 | 11100 | 1 | 10011101 | 1100010 | 111110 |
Color Harmonies of #3FFDB5
Complementary color
Monochromatic Colors of #3FFDB5
Black with #3FFDB5
Text Example
Text Example
White with #3FFDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFDB5; }
p { color: rgb(63,253,181); }
H1.HeaderClassName
{
color: #3FFDB5;
}
.AnyTagClassName
{
color: #3FFDB5;
}
</style>
background-color css
<style>
a { background-color: #3FFDB5; }
a { background-color: rgb(63,253,181); }
div.DivClassName
{
background-color: #3FFDB5;
}
.BgClassName
{
background-color: #3FFDB5;
}
</style>
border-color css
<style>
span { border-color: #3FFDB5; }
span { border-color: rgb(63,253,181); }
td.TdClassName
{
border-color: #3FFDB5;
}
.TagClassName
{
border-color: #3FFDB5;
}
</style>