Shades of Turquoise #3FE0CB
Tints of Turquoise #3FE0CB
RGB
CMYK
RGB Variations
Color information
#3FE0CB (or 0x3FE0CB) is known color: Turquoise. HEX triplet: 3F, E0 and CB. RGB value is (63,224,203). Sum of RGB (Red+Green+Blue) = 63+224+203=490 (64% of max value = 765). Red value is 63 (25% from 255 or 12.86% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE0CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FE0CB is #C01F34. Grayscale: #ADADAD. Windows color (decimal): -12590901 or 13361215. OLE color: 13361215.
HSL color Cylindrical-coordinate representation of color #3FE0CB: hue angle of 172.17º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE0CB is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 224 | 203 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.12 |
| HSL | 172.17º | 0.72% | 0.56% | - |
| HSV(B) | 172.17º | 0.72% | 0.88% | - |
| XYZ | 39.49 | 58.68 | 65.75 | - |
| YUV | 173.47 | 144.66 | 49.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 224 | 203 | 0.72 | 0 | 0.09 | 0.12 | 172.17 | 0.72 | 0.56 |
| Hex | 3F | E0 | CB | 48 | 0 | 9 | C | AC | 48 | 38 |
| Octal | 77 | 340 | 313 | 110 | 0 | 11 | 14 | 254 | 110 | 70 |
| Binary | 111111 | 11100000 | 11001011 | 1001000 | 0 | 1001 | 1100 | 10101100 | 1001000 | 111000 |
Color Harmonies of #3FE0CB
Complementary color
Monochromatic Colors of #3FE0CB
Black with #3FE0CB
Text Example
Text Example
White with #3FE0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE0CB; }
p { color: rgb(63,224,203); }
H1.HeaderClassName
{
color: #3FE0CB;
}
.AnyTagClassName
{
color: #3FE0CB;
}
</style>
background-color css
<style>
a { background-color: #3FE0CB; }
a { background-color: rgb(63,224,203); }
div.DivClassName
{
background-color: #3FE0CB;
}
.BgClassName
{
background-color: #3FE0CB;
}
</style>
border-color css
<style>
span { border-color: #3FE0CB; }
span { border-color: rgb(63,224,203); }
td.TdClassName
{
border-color: #3FE0CB;
}
.TagClassName
{
border-color: #3FE0CB;
}
</style>