Shades of Turquoise #3FECCC
Tints of Turquoise #3FECCC
RGB
CMYK
RGB Variations
Color information
#3FECCC (or 0x3FECCC) is known color: Turquoise. HEX triplet: 3F, EC and CC. RGB value is (63,236,204). Sum of RGB (Red+Green+Blue) = 63+236+204=503 (66% of max value = 765). Red value is 63 (25% from 255 or 12.52% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #3FECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FECCC is #C01333. Grayscale: #B4B4B4. Windows color (decimal): -12587828 or 13429823. OLE color: 13429823.
HSL color Cylindrical-coordinate representation of color #3FECCC: hue angle of 168.9º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FECCC is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 204 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.07 |
| HSL | 168.9º | 0.82% | 0.59% | - |
| HSV(B) | 168.9º | 0.73% | 0.93% | - |
| XYZ | 42.94 | 65.41 | 67.49 | - |
| YUV | 180.63 | 141.19 | 44.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 204 | 0.73 | 0 | 0.14 | 0.07 | 168.9 | 0.82 | 0.59 |
| Hex | 3F | EC | CC | 49 | 0 | E | 7 | A9 | 52 | 3B |
| Octal | 77 | 354 | 314 | 111 | 0 | 16 | 7 | 251 | 122 | 73 |
| Binary | 111111 | 11101100 | 11001100 | 1001001 | 0 | 1110 | 111 | 10101001 | 1010010 | 111011 |
Color Harmonies of #3FECCC
Complementary color
Monochromatic Colors of #3FECCC
Black with #3FECCC
Text Example
Text Example
White with #3FECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FECCC; }
p { color: rgb(63,236,204); }
H1.HeaderClassName
{
color: #3FECCC;
}
.AnyTagClassName
{
color: #3FECCC;
}
</style>
background-color css
<style>
a { background-color: #3FECCC; }
a { background-color: rgb(63,236,204); }
div.DivClassName
{
background-color: #3FECCC;
}
.BgClassName
{
background-color: #3FECCC;
}
</style>
border-color css
<style>
span { border-color: #3FECCC; }
span { border-color: rgb(63,236,204); }
td.TdClassName
{
border-color: #3FECCC;
}
.TagClassName
{
border-color: #3FECCC;
}
</style>