Shades of Turquoise #3FECCA
Tints of Turquoise #3FECCA
RGB
CMYK
RGB Variations
Color information
#3FECCA (or 0x3FECCA) is known color: Turquoise. HEX triplet: 3F, EC and CA. RGB value is (63,236,202). Sum of RGB (Red+Green+Blue) = 63+236+202=501 (66% of max value = 765). Red value is 63 (25% from 255 or 12.57% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #3FECCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FECCA is #C01335. Grayscale: #B4B4B4. Windows color (decimal): -12587830 or 13298751. OLE color: 13298751.
HSL color Cylindrical-coordinate representation of color #3FECCA: hue angle of 168.21º 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 #3FECCA is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 202 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.07 |
| HSL | 168.21º | 0.82% | 0.59% | - |
| HSV(B) | 168.21º | 0.73% | 0.93% | - |
| XYZ | 42.71 | 65.31 | 66.23 | - |
| YUV | 180.4 | 140.19 | 44.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 202 | 0.73 | 0 | 0.14 | 0.07 | 168.21 | 0.82 | 0.59 |
| Hex | 3F | EC | CA | 49 | 0 | E | 7 | A8 | 52 | 3B |
| Octal | 77 | 354 | 312 | 111 | 0 | 16 | 7 | 250 | 122 | 73 |
| Binary | 111111 | 11101100 | 11001010 | 1001001 | 0 | 1110 | 111 | 10101000 | 1010010 | 111011 |
Color Harmonies of #3FECCA
Complementary color
Monochromatic Colors of #3FECCA
Black with #3FECCA
Text Example
Text Example
White with #3FECCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FECCA; }
p { color: rgb(63,236,202); }
H1.HeaderClassName
{
color: #3FECCA;
}
.AnyTagClassName
{
color: #3FECCA;
}
</style>
background-color css
<style>
a { background-color: #3FECCA; }
a { background-color: rgb(63,236,202); }
div.DivClassName
{
background-color: #3FECCA;
}
.BgClassName
{
background-color: #3FECCA;
}
</style>
border-color css
<style>
span { border-color: #3FECCA; }
span { border-color: rgb(63,236,202); }
td.TdClassName
{
border-color: #3FECCA;
}
.TagClassName
{
border-color: #3FECCA;
}
</style>