Shades of Turquoise #3FEBCD
Tints of Turquoise #3FEBCD
RGB
CMYK
RGB Variations
Color information
#3FEBCD (or 0x3FEBCD) is known color: Turquoise. HEX triplet: 3F, EB and CD. RGB value is (63,235,205). Sum of RGB (Red+Green+Blue) = 63+235+205=503 (66% of max value = 765). Red value is 63 (25% from 255 or 12.52% from 503); Green value is 235 (92.19% from 255 or 46.72% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 235 - color contains mainly: green. Hex color #3FEBCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEBCD is #C01432. Grayscale: #B4B4B4. Windows color (decimal): -12588083 or 13495103. OLE color: 13495103.
HSL color Cylindrical-coordinate representation of color #3FEBCD: hue angle of 169.53º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEBCD is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 235 | 205 | - |
| CMYK | 0.73 | 0 | 0.13 | 0.08 |
| HSL | 169.53º | 0.81% | 0.58% | - |
| HSV(B) | 169.53º | 0.73% | 0.92% | - |
| XYZ | 42.78 | 64.88 | 68.03 | - |
| YUV | 180.15 | 142.02 | 44.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 235 | 205 | 0.73 | 0 | 0.13 | 0.08 | 169.53 | 0.81 | 0.58 |
| Hex | 3F | EB | CD | 49 | 0 | D | 8 | AA | 51 | 3A |
| Octal | 77 | 353 | 315 | 111 | 0 | 15 | 10 | 252 | 121 | 72 |
| Binary | 111111 | 11101011 | 11001101 | 1001001 | 0 | 1101 | 1000 | 10101010 | 1010001 | 111010 |
Color Harmonies of #3FEBCD
Complementary color
Monochromatic Colors of #3FEBCD
Black with #3FEBCD
Text Example
Text Example
White with #3FEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEBCD; }
p { color: rgb(63,235,205); }
H1.HeaderClassName
{
color: #3FEBCD;
}
.AnyTagClassName
{
color: #3FEBCD;
}
</style>
background-color css
<style>
a { background-color: #3FEBCD; }
a { background-color: rgb(63,235,205); }
div.DivClassName
{
background-color: #3FEBCD;
}
.BgClassName
{
background-color: #3FEBCD;
}
</style>
border-color css
<style>
span { border-color: #3FEBCD; }
span { border-color: rgb(63,235,205); }
td.TdClassName
{
border-color: #3FEBCD;
}
.TagClassName
{
border-color: #3FEBCD;
}
</style>