Shades of Turquoise #3FDBBD
Tints of Turquoise #3FDBBD
RGB
CMYK
RGB Variations
Color information
#3FDBBD (or 0x3FDBBD) is known color: Turquoise. HEX triplet: 3F, DB and BD. RGB value is (63,219,189). Sum of RGB (Red+Green+Blue) = 63+219+189=471 (62% of max value = 765). Red value is 63 (25% from 255 or 13.38% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDBBD is #C02442. Grayscale: #A8A8A8. Windows color (decimal): -12592195 or 12442431. OLE color: 12442431.
HSL color Cylindrical-coordinate representation of color #3FDBBD: hue angle of 168.46º degrees, saturation: 0.68, 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 #3FDBBD is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 189 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.14 |
| HSL | 168.46º | 0.68% | 0.55% | - |
| HSV(B) | 168.46º | 0.71% | 0.86% | - |
| XYZ | 36.57 | 55.39 | 56.91 | - |
| YUV | 168.94 | 139.32 | 52.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 189 | 0.71 | 0 | 0.14 | 0.14 | 168.46 | 0.68 | 0.55 |
| Hex | 3F | DB | BD | 47 | 0 | E | E | A8 | 44 | 37 |
| Octal | 77 | 333 | 275 | 107 | 0 | 16 | 16 | 250 | 104 | 67 |
| Binary | 111111 | 11011011 | 10111101 | 1000111 | 0 | 1110 | 1110 | 10101000 | 1000100 | 110111 |
Color Harmonies of #3FDBBD
Complementary color
Monochromatic Colors of #3FDBBD
Black with #3FDBBD
Text Example
Text Example
White with #3FDBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDBBD; }
p { color: rgb(63,219,189); }
H1.HeaderClassName
{
color: #3FDBBD;
}
.AnyTagClassName
{
color: #3FDBBD;
}
</style>
background-color css
<style>
a { background-color: #3FDBBD; }
a { background-color: rgb(63,219,189); }
div.DivClassName
{
background-color: #3FDBBD;
}
.BgClassName
{
background-color: #3FDBBD;
}
</style>
border-color css
<style>
span { border-color: #3FDBBD; }
span { border-color: rgb(63,219,189); }
td.TdClassName
{
border-color: #3FDBBD;
}
.TagClassName
{
border-color: #3FDBBD;
}
</style>