Shades of Turquoise #3FFDBE
Tints of Turquoise #3FFDBE
RGB
CMYK
RGB Variations
Color information
#3FFDBE (or 0x3FFDBE) is known color: Turquoise. HEX triplet: 3F, FD and BE. RGB value is (63,253,190). Sum of RGB (Red+Green+Blue) = 63+253+190=506 (67% of max value = 765). Red value is 63 (25% from 255 or 12.45% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFDBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFDBE is #C00241. Grayscale: #BDBDBD. Windows color (decimal): -12583490 or 12516671. OLE color: 12516671.
HSL color Cylindrical-coordinate representation of color #3FFDBE: hue angle of 160.11º 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 #3FFDBE is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 253 | 190 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.01 |
| HSL | 160.11º | 0.98% | 0.62% | - |
| HSV(B) | 160.11º | 0.75% | 0.99% | - |
| XYZ | 46.47 | 75.03 | 60.75 | - |
| YUV | 189.01 | 128.55 | 38.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 253 | 190 | 0.75 | 0 | 0.25 | 0.01 | 160.11 | 0.98 | 0.62 |
| Hex | 3F | FD | BE | 4B | 0 | 19 | 1 | A0 | 62 | 3E |
| Octal | 77 | 375 | 276 | 113 | 0 | 31 | 1 | 240 | 142 | 76 |
| Binary | 111111 | 11111101 | 10111110 | 1001011 | 0 | 11001 | 1 | 10100000 | 1100010 | 111110 |
Color Harmonies of #3FFDBE
Complementary color
Monochromatic Colors of #3FFDBE
Black with #3FFDBE
Text Example
Text Example
White with #3FFDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFDBE; }
p { color: rgb(63,253,190); }
H1.HeaderClassName
{
color: #3FFDBE;
}
.AnyTagClassName
{
color: #3FFDBE;
}
</style>
background-color css
<style>
a { background-color: #3FFDBE; }
a { background-color: rgb(63,253,190); }
div.DivClassName
{
background-color: #3FFDBE;
}
.BgClassName
{
background-color: #3FFDBE;
}
</style>
border-color css
<style>
span { border-color: #3FFDBE; }
span { border-color: rgb(63,253,190); }
td.TdClassName
{
border-color: #3FFDBE;
}
.TagClassName
{
border-color: #3FFDBE;
}
</style>