Shades of Turquoise #3FDCB6
Tints of Turquoise #3FDCB6
RGB
CMYK
RGB Variations
Color information
#3FDCB6 (or 0x3FDCB6) is known color: Turquoise. HEX triplet: 3F, DC and B6. RGB value is (63,220,182). Sum of RGB (Red+Green+Blue) = 63+220+182=465 (61% of max value = 765). Red value is 63 (25% from 255 or 13.55% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 182 (71.48% from 255 or 39.14% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDCB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDCB6 is #C02349. Grayscale: #A8A8A8. Windows color (decimal): -12591946 or 11983935. OLE color: 11983935.
HSL color Cylindrical-coordinate representation of color #3FDCB6: hue angle of 165.48º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDCB6 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 182 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.14 |
| HSL | 165.48º | 0.69% | 0.55% | - |
| HSV(B) | 165.48º | 0.71% | 0.86% | - |
| XYZ | 36.09 | 55.62 | 53.09 | - |
| YUV | 168.73 | 135.49 | 52.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 182 | 0.71 | 0 | 0.17 | 0.14 | 165.48 | 0.69 | 0.55 |
| Hex | 3F | DC | B6 | 47 | 0 | 11 | E | A5 | 45 | 37 |
| Octal | 77 | 334 | 266 | 107 | 0 | 21 | 16 | 245 | 105 | 67 |
| Binary | 111111 | 11011100 | 10110110 | 1000111 | 0 | 10001 | 1110 | 10100101 | 1000101 | 110111 |
Color Harmonies of #3FDCB6
Complementary color
Monochromatic Colors of #3FDCB6
Black with #3FDCB6
Text Example
Text Example
White with #3FDCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDCB6; }
p { color: rgb(63,220,182); }
H1.HeaderClassName
{
color: #3FDCB6;
}
.AnyTagClassName
{
color: #3FDCB6;
}
</style>
background-color css
<style>
a { background-color: #3FDCB6; }
a { background-color: rgb(63,220,182); }
div.DivClassName
{
background-color: #3FDCB6;
}
.BgClassName
{
background-color: #3FDCB6;
}
</style>
border-color css
<style>
span { border-color: #3FDCB6; }
span { border-color: rgb(63,220,182); }
td.TdClassName
{
border-color: #3FDCB6;
}
.TagClassName
{
border-color: #3FDCB6;
}
</style>