Shades of Turquoise #3FDCBD
Tints of Turquoise #3FDCBD
RGB
CMYK
RGB Variations
Color information
#3FDCBD (or 0x3FDCBD) is known color: Turquoise. HEX triplet: 3F, DC and BD. RGB value is (63,220,189). Sum of RGB (Red+Green+Blue) = 63+220+189=472 (62% of max value = 765). Red value is 63 (25% from 255 or 13.35% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDCBD is #C02342. Grayscale: #A9A9A9. Windows color (decimal): -12591939 or 12442687. OLE color: 12442687.
HSL color Cylindrical-coordinate representation of color #3FDCBD: hue angle of 168.15º 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 #3FDCBD is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 189 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.14 |
| HSL | 168.15º | 0.69% | 0.55% | - |
| HSV(B) | 168.15º | 0.71% | 0.86% | - |
| XYZ | 36.83 | 55.92 | 57 | - |
| YUV | 169.52 | 138.99 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 189 | 0.71 | 0 | 0.14 | 0.14 | 168.15 | 0.69 | 0.55 |
| Hex | 3F | DC | BD | 47 | 0 | E | E | A8 | 45 | 37 |
| Octal | 77 | 334 | 275 | 107 | 0 | 16 | 16 | 250 | 105 | 67 |
| Binary | 111111 | 11011100 | 10111101 | 1000111 | 0 | 1110 | 1110 | 10101000 | 1000101 | 110111 |
Color Harmonies of #3FDCBD
Complementary color
Monochromatic Colors of #3FDCBD
Black with #3FDCBD
Text Example
Text Example
White with #3FDCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDCBD; }
p { color: rgb(63,220,189); }
H1.HeaderClassName
{
color: #3FDCBD;
}
.AnyTagClassName
{
color: #3FDCBD;
}
</style>
background-color css
<style>
a { background-color: #3FDCBD; }
a { background-color: rgb(63,220,189); }
div.DivClassName
{
background-color: #3FDCBD;
}
.BgClassName
{
background-color: #3FDCBD;
}
</style>
border-color css
<style>
span { border-color: #3FDCBD; }
span { border-color: rgb(63,220,189); }
td.TdClassName
{
border-color: #3FDCBD;
}
.TagClassName
{
border-color: #3FDCBD;
}
</style>