Shades of Turquoise #3FDECA
Tints of Turquoise #3FDECA
RGB
CMYK
RGB Variations
Color information
#3FDECA (or 0x3FDECA) is known color: Turquoise. HEX triplet: 3F, DE and CA. RGB value is (63,222,202). Sum of RGB (Red+Green+Blue) = 63+222+202=487 (64% of max value = 765). Red value is 63 (25% from 255 or 12.94% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #3FDECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDECA is #C02135. Grayscale: #ACACAC. Windows color (decimal): -12591414 or 13295167. OLE color: 13295167.
HSL color Cylindrical-coordinate representation of color #3FDECA: hue angle of 172.45º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDECA is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 222 | 202 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.13 |
| HSL | 172.45º | 0.71% | 0.56% | - |
| HSV(B) | 172.45º | 0.72% | 0.87% | - |
| XYZ | 38.83 | 57.56 | 64.94 | - |
| YUV | 172.18 | 144.82 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 222 | 202 | 0.72 | 0 | 0.09 | 0.13 | 172.45 | 0.71 | 0.56 |
| Hex | 3F | DE | CA | 48 | 0 | 9 | D | AC | 47 | 38 |
| Octal | 77 | 336 | 312 | 110 | 0 | 11 | 15 | 254 | 107 | 70 |
| Binary | 111111 | 11011110 | 11001010 | 1001000 | 0 | 1001 | 1101 | 10101100 | 1000111 | 111000 |
Color Harmonies of #3FDECA
Complementary color
Monochromatic Colors of #3FDECA
Black with #3FDECA
Text Example
Text Example
White with #3FDECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDECA; }
p { color: rgb(63,222,202); }
H1.HeaderClassName
{
color: #3FDECA;
}
.AnyTagClassName
{
color: #3FDECA;
}
</style>
background-color css
<style>
a { background-color: #3FDECA; }
a { background-color: rgb(63,222,202); }
div.DivClassName
{
background-color: #3FDECA;
}
.BgClassName
{
background-color: #3FDECA;
}
</style>
border-color css
<style>
span { border-color: #3FDECA; }
span { border-color: rgb(63,222,202); }
td.TdClassName
{
border-color: #3FDECA;
}
.TagClassName
{
border-color: #3FDECA;
}
</style>