Shades of Turquoise #3FDBCB
Tints of Turquoise #3FDBCB
RGB
CMYK
RGB Variations
Color information
#3FDBCB (or 0x3FDBCB) is known color: Turquoise. HEX triplet: 3F, DB and CB. RGB value is (63,219,203). Sum of RGB (Red+Green+Blue) = 63+219+203=485 (64% of max value = 765). Red value is 63 (25% from 255 or 12.99% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDBCB is #C02434. Grayscale: #AAAAAA. Windows color (decimal): -12592181 or 13359935. OLE color: 13359935.
HSL color Cylindrical-coordinate representation of color #3FDBCB: hue angle of 173.85º 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 #3FDBCB is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 203 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.14 |
| HSL | 173.85º | 0.68% | 0.55% | - |
| HSV(B) | 173.85º | 0.71% | 0.86% | - |
| XYZ | 38.16 | 56.03 | 65.3 | - |
| YUV | 170.53 | 146.32 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 203 | 0.71 | 0 | 0.07 | 0.14 | 173.85 | 0.68 | 0.55 |
| Hex | 3F | DB | CB | 47 | 0 | 7 | E | AE | 44 | 37 |
| Octal | 77 | 333 | 313 | 107 | 0 | 7 | 16 | 256 | 104 | 67 |
| Binary | 111111 | 11011011 | 11001011 | 1000111 | 0 | 111 | 1110 | 10101110 | 1000100 | 110111 |
Color Harmonies of #3FDBCB
Complementary color
Monochromatic Colors of #3FDBCB
Black with #3FDBCB
Text Example
Text Example
White with #3FDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDBCB; }
p { color: rgb(63,219,203); }
H1.HeaderClassName
{
color: #3FDBCB;
}
.AnyTagClassName
{
color: #3FDBCB;
}
</style>
background-color css
<style>
a { background-color: #3FDBCB; }
a { background-color: rgb(63,219,203); }
div.DivClassName
{
background-color: #3FDBCB;
}
.BgClassName
{
background-color: #3FDBCB;
}
</style>
border-color css
<style>
span { border-color: #3FDBCB; }
span { border-color: rgb(63,219,203); }
td.TdClassName
{
border-color: #3FDBCB;
}
.TagClassName
{
border-color: #3FDBCB;
}
</style>