Shades of Turquoise #3FE3CB
Tints of Turquoise #3FE3CB
RGB
CMYK
RGB Variations
Color information
#3FE3CB (or 0x3FE3CB) is known color: Turquoise. HEX triplet: 3F, E3 and CB. RGB value is (63,227,203). Sum of RGB (Red+Green+Blue) = 63+227+203=493 (65% of max value = 765). Red value is 63 (25% from 255 or 12.78% from 493); Green value is 227 (89.06% from 255 or 46.04% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 227 - color contains mainly: green. Hex color #3FE3CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FE3CB is #C01C34. Grayscale: #AFAFAF. Windows color (decimal): -12590133 or 13361983. OLE color: 13361983.
HSL color Cylindrical-coordinate representation of color #3FE3CB: hue angle of 171.22º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE3CB is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 227 | 203 | - |
| CMYK | 0.72 | 0 | 0.11 | 0.11 |
| HSL | 171.22º | 0.75% | 0.57% | - |
| HSV(B) | 171.22º | 0.72% | 0.89% | - |
| XYZ | 40.3 | 60.31 | 66.02 | - |
| YUV | 175.23 | 143.67 | 47.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 227 | 203 | 0.72 | 0 | 0.11 | 0.11 | 171.22 | 0.75 | 0.57 |
| Hex | 3F | E3 | CB | 48 | 0 | B | B | AB | 4B | 39 |
| Octal | 77 | 343 | 313 | 110 | 0 | 13 | 13 | 253 | 113 | 71 |
| Binary | 111111 | 11100011 | 11001011 | 1001000 | 0 | 1011 | 1011 | 10101011 | 1001011 | 111001 |
Color Harmonies of #3FE3CB
Complementary color
Monochromatic Colors of #3FE3CB
Black with #3FE3CB
Text Example
Text Example
White with #3FE3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE3CB; }
p { color: rgb(63,227,203); }
H1.HeaderClassName
{
color: #3FE3CB;
}
.AnyTagClassName
{
color: #3FE3CB;
}
</style>
background-color css
<style>
a { background-color: #3FE3CB; }
a { background-color: rgb(63,227,203); }
div.DivClassName
{
background-color: #3FE3CB;
}
.BgClassName
{
background-color: #3FE3CB;
}
</style>
border-color css
<style>
span { border-color: #3FE3CB; }
span { border-color: rgb(63,227,203); }
td.TdClassName
{
border-color: #3FE3CB;
}
.TagClassName
{
border-color: #3FE3CB;
}
</style>