Shades of Turquoise #3FDDBE
Tints of Turquoise #3FDDBE
RGB
CMYK
RGB Variations
Color information
#3FDDBE (or 0x3FDDBE) is known color: Turquoise. HEX triplet: 3F, DD and BE. RGB value is (63,221,190). Sum of RGB (Red+Green+Blue) = 63+221+190=474 (62% of max value = 765). Red value is 63 (25% from 255 or 13.29% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDDBE is #C02241. Grayscale: #AAAAAA. Windows color (decimal): -12591682 or 12508479. OLE color: 12508479.
HSL color Cylindrical-coordinate representation of color #3FDDBE: hue angle of 168.23º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDDBE is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 190 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.13 |
| HSL | 168.23º | 0.7% | 0.56% | - |
| HSV(B) | 168.23º | 0.71% | 0.87% | - |
| XYZ | 37.2 | 56.49 | 57.66 | - |
| YUV | 170.22 | 139.15 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 190 | 0.71 | 0 | 0.14 | 0.13 | 168.23 | 0.7 | 0.56 |
| Hex | 3F | DD | BE | 47 | 0 | E | D | A8 | 46 | 38 |
| Octal | 77 | 335 | 276 | 107 | 0 | 16 | 15 | 250 | 106 | 70 |
| Binary | 111111 | 11011101 | 10111110 | 1000111 | 0 | 1110 | 1101 | 10101000 | 1000110 | 111000 |
Color Harmonies of #3FDDBE
Complementary color
Monochromatic Colors of #3FDDBE
Black with #3FDDBE
Text Example
Text Example
White with #3FDDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDDBE; }
p { color: rgb(63,221,190); }
H1.HeaderClassName
{
color: #3FDDBE;
}
.AnyTagClassName
{
color: #3FDDBE;
}
</style>
background-color css
<style>
a { background-color: #3FDDBE; }
a { background-color: rgb(63,221,190); }
div.DivClassName
{
background-color: #3FDDBE;
}
.BgClassName
{
background-color: #3FDDBE;
}
</style>
border-color css
<style>
span { border-color: #3FDDBE; }
span { border-color: rgb(63,221,190); }
td.TdClassName
{
border-color: #3FDDBE;
}
.TagClassName
{
border-color: #3FDDBE;
}
</style>