Shades of Turquoise #3FDDCB
Tints of Turquoise #3FDDCB
RGB
CMYK
RGB Variations
Color information
#3FDDCB (or 0x3FDDCB) is known color: Turquoise. HEX triplet: 3F, DD and CB. RGB value is (63,221,203). Sum of RGB (Red+Green+Blue) = 63+221+203=487 (64% of max value = 765). Red value is 63 (25% from 255 or 12.94% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDDCB is #C02234. Grayscale: #ABABAB. Windows color (decimal): -12591669 or 13360447. OLE color: 13360447.
HSL color Cylindrical-coordinate representation of color #3FDDCB: hue angle of 173.16º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDDCB is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 203 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.13 |
| HSL | 173.16º | 0.7% | 0.56% | - |
| HSV(B) | 173.16º | 0.71% | 0.87% | - |
| XYZ | 38.69 | 57.08 | 65.48 | - |
| YUV | 171.71 | 145.65 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 203 | 0.71 | 0 | 0.08 | 0.13 | 173.16 | 0.7 | 0.56 |
| Hex | 3F | DD | CB | 47 | 0 | 8 | D | AD | 46 | 38 |
| Octal | 77 | 335 | 313 | 107 | 0 | 10 | 15 | 255 | 106 | 70 |
| Binary | 111111 | 11011101 | 11001011 | 1000111 | 0 | 1000 | 1101 | 10101101 | 1000110 | 111000 |
Color Harmonies of #3FDDCB
Complementary color
Monochromatic Colors of #3FDDCB
Black with #3FDDCB
Text Example
Text Example
White with #3FDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDDCB; }
p { color: rgb(63,221,203); }
H1.HeaderClassName
{
color: #3FDDCB;
}
.AnyTagClassName
{
color: #3FDDCB;
}
</style>
background-color css
<style>
a { background-color: #3FDDCB; }
a { background-color: rgb(63,221,203); }
div.DivClassName
{
background-color: #3FDDCB;
}
.BgClassName
{
background-color: #3FDDCB;
}
</style>
border-color css
<style>
span { border-color: #3FDDCB; }
span { border-color: rgb(63,221,203); }
td.TdClassName
{
border-color: #3FDDCB;
}
.TagClassName
{
border-color: #3FDDCB;
}
</style>