Shades of Turquoise #3FDFB6
Tints of Turquoise #3FDFB6
RGB
CMYK
RGB Variations
Color information
#3FDFB6 (or 0x3FDFB6) is known color: Turquoise. HEX triplet: 3F, DF and B6. RGB value is (63,223,182). Sum of RGB (Red+Green+Blue) = 63+223+182=468 (61% of max value = 765). Red value is 63 (25% from 255 or 13.46% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 182 (71.48% from 255 or 38.89% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDFB6 is #C02049. Grayscale: #AAAAAA. Windows color (decimal): -12591178 or 11984703. OLE color: 11984703.
HSL color Cylindrical-coordinate representation of color #3FDFB6: hue angle of 164.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDFB6 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 182 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.13 |
| HSL | 164.63º | 0.71% | 0.56% | - |
| HSV(B) | 164.63º | 0.72% | 0.87% | - |
| XYZ | 36.88 | 57.21 | 53.35 | - |
| YUV | 170.49 | 134.49 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 182 | 0.72 | 0 | 0.18 | 0.13 | 164.63 | 0.71 | 0.56 |
| Hex | 3F | DF | B6 | 48 | 0 | 12 | D | A5 | 47 | 38 |
| Octal | 77 | 337 | 266 | 110 | 0 | 22 | 15 | 245 | 107 | 70 |
| Binary | 111111 | 11011111 | 10110110 | 1001000 | 0 | 10010 | 1101 | 10100101 | 1000111 | 111000 |
Color Harmonies of #3FDFB6
Complementary color
Monochromatic Colors of #3FDFB6
Black with #3FDFB6
Text Example
Text Example
White with #3FDFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDFB6; }
p { color: rgb(63,223,182); }
H1.HeaderClassName
{
color: #3FDFB6;
}
.AnyTagClassName
{
color: #3FDFB6;
}
</style>
background-color css
<style>
a { background-color: #3FDFB6; }
a { background-color: rgb(63,223,182); }
div.DivClassName
{
background-color: #3FDFB6;
}
.BgClassName
{
background-color: #3FDFB6;
}
</style>
border-color css
<style>
span { border-color: #3FDFB6; }
span { border-color: rgb(63,223,182); }
td.TdClassName
{
border-color: #3FDFB6;
}
.TagClassName
{
border-color: #3FDFB6;
}
</style>