Shades of Turquoise #3FEECA
Tints of Turquoise #3FEECA
RGB
CMYK
RGB Variations
Color information
#3FEECA (or 0x3FEECA) is known color: Turquoise. HEX triplet: 3F, EE and CA. RGB value is (63,238,202). Sum of RGB (Red+Green+Blue) = 63+238+202=503 (66% of max value = 765). Red value is 63 (25% from 255 or 12.52% from 503); Green value is 238 (93.36% from 255 or 47.32% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEECA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEECA is #C01135. Grayscale: #B5B5B5. Windows color (decimal): -12587318 or 13299263. OLE color: 13299263.
HSL color Cylindrical-coordinate representation of color #3FEECA: hue angle of 167.66º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEECA is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 202 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.07 |
| HSL | 167.66º | 0.84% | 0.59% | - |
| HSV(B) | 167.66º | 0.74% | 0.93% | - |
| XYZ | 43.29 | 66.47 | 66.43 | - |
| YUV | 181.57 | 139.52 | 43.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 202 | 0.74 | 0 | 0.15 | 0.07 | 167.66 | 0.84 | 0.59 |
| Hex | 3F | EE | CA | 4A | 0 | F | 7 | A8 | 54 | 3B |
| Octal | 77 | 356 | 312 | 112 | 0 | 17 | 7 | 250 | 124 | 73 |
| Binary | 111111 | 11101110 | 11001010 | 1001010 | 0 | 1111 | 111 | 10101000 | 1010100 | 111011 |
Color Harmonies of #3FEECA
Complementary color
Monochromatic Colors of #3FEECA
Black with #3FEECA
Text Example
Text Example
White with #3FEECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEECA; }
p { color: rgb(63,238,202); }
H1.HeaderClassName
{
color: #3FEECA;
}
.AnyTagClassName
{
color: #3FEECA;
}
</style>
background-color css
<style>
a { background-color: #3FEECA; }
a { background-color: rgb(63,238,202); }
div.DivClassName
{
background-color: #3FEECA;
}
.BgClassName
{
background-color: #3FEECA;
}
</style>
border-color css
<style>
span { border-color: #3FEECA; }
span { border-color: rgb(63,238,202); }
td.TdClassName
{
border-color: #3FEECA;
}
.TagClassName
{
border-color: #3FEECA;
}
</style>