Shades of Turquoise #3FE6CB
Tints of Turquoise #3FE6CB
RGB
CMYK
RGB Variations
Color information
#3FE6CB (or 0x3FE6CB) is known color: Turquoise. HEX triplet: 3F, E6 and CB. RGB value is (63,230,203). Sum of RGB (Red+Green+Blue) = 63+230+203=496 (65% of max value = 765). Red value is 63 (25% from 255 or 12.70% from 496); Green value is 230 (90.23% from 255 or 46.37% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 230 - color contains mainly: green. Hex color #3FE6CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FE6CB is #C01934. Grayscale: #B0B0B0. Windows color (decimal): -12589365 or 13362751. OLE color: 13362751.
HSL color Cylindrical-coordinate representation of color #3FE6CB: hue angle of 170.3º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE6CB is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 230 | 203 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.10 |
| HSL | 170.3º | 0.77% | 0.57% | - |
| HSV(B) | 170.3º | 0.73% | 0.9% | - |
| XYZ | 41.13 | 61.96 | 66.29 | - |
| YUV | 176.99 | 142.67 | 46.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 230 | 203 | 0.73 | 0 | 0.12 | 0.10 | 170.3 | 0.77 | 0.57 |
| Hex | 3F | E6 | CB | 49 | 0 | C | A | AA | 4D | 39 |
| Octal | 77 | 346 | 313 | 111 | 0 | 14 | 12 | 252 | 115 | 71 |
| Binary | 111111 | 11100110 | 11001011 | 1001001 | 0 | 1100 | 1010 | 10101010 | 1001101 | 111001 |
Color Harmonies of #3FE6CB
Complementary color
Monochromatic Colors of #3FE6CB
Black with #3FE6CB
Text Example
Text Example
White with #3FE6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE6CB; }
p { color: rgb(63,230,203); }
H1.HeaderClassName
{
color: #3FE6CB;
}
.AnyTagClassName
{
color: #3FE6CB;
}
</style>
background-color css
<style>
a { background-color: #3FE6CB; }
a { background-color: rgb(63,230,203); }
div.DivClassName
{
background-color: #3FE6CB;
}
.BgClassName
{
background-color: #3FE6CB;
}
</style>
border-color css
<style>
span { border-color: #3FE6CB; }
span { border-color: rgb(63,230,203); }
td.TdClassName
{
border-color: #3FE6CB;
}
.TagClassName
{
border-color: #3FE6CB;
}
</style>