Shades of Turquoise #3FDECB
Tints of Turquoise #3FDECB
RGB
CMYK
RGB Variations
Color information
#3FDECB (or 0x3FDECB) is known color: Turquoise. HEX triplet: 3F, DE and CB. RGB value is (63,222,203). Sum of RGB (Red+Green+Blue) = 63+222+203=488 (64% of max value = 765). Red value is 63 (25% from 255 or 12.91% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #3FDECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDECB is #C02134. Grayscale: #ACACAC. Windows color (decimal): -12591413 or 13360703. OLE color: 13360703.
HSL color Cylindrical-coordinate representation of color #3FDECB: hue angle of 172.83º 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 #3FDECB is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 222 | 203 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.13 |
| HSL | 172.83º | 0.71% | 0.56% | - |
| HSV(B) | 172.83º | 0.72% | 0.87% | - |
| XYZ | 38.95 | 57.61 | 65.57 | - |
| YUV | 172.29 | 145.32 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 222 | 203 | 0.72 | 0 | 0.09 | 0.13 | 172.83 | 0.71 | 0.56 |
| Hex | 3F | DE | CB | 48 | 0 | 9 | D | AD | 47 | 38 |
| Octal | 77 | 336 | 313 | 110 | 0 | 11 | 15 | 255 | 107 | 70 |
| Binary | 111111 | 11011110 | 11001011 | 1001000 | 0 | 1001 | 1101 | 10101101 | 1000111 | 111000 |
Color Harmonies of #3FDECB
Complementary color
Monochromatic Colors of #3FDECB
Black with #3FDECB
Text Example
Text Example
White with #3FDECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDECB; }
p { color: rgb(63,222,203); }
H1.HeaderClassName
{
color: #3FDECB;
}
.AnyTagClassName
{
color: #3FDECB;
}
</style>
background-color css
<style>
a { background-color: #3FDECB; }
a { background-color: rgb(63,222,203); }
div.DivClassName
{
background-color: #3FDECB;
}
.BgClassName
{
background-color: #3FDECB;
}
</style>
border-color css
<style>
span { border-color: #3FDECB; }
span { border-color: rgb(63,222,203); }
td.TdClassName
{
border-color: #3FDECB;
}
.TagClassName
{
border-color: #3FDECB;
}
</style>