Shades of Turquoise #3FEEC5
Tints of Turquoise #3FEEC5
RGB
CMYK
RGB Variations
Color information
#3FEEC5 (or 0x3FEEC5) is known color: Turquoise. HEX triplet: 3F, EE and C5. RGB value is (63,238,197). Sum of RGB (Red+Green+Blue) = 63+238+197=498 (65% of max value = 765). Red value is 63 (25% from 255 or 12.65% from 498); Green value is 238 (93.36% from 255 or 47.79% from 498); Blue value is 197 (77.34% from 255 or 39.56% from 498); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEEC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEEC5 is #C0113A. Grayscale: #B4B4B4. Windows color (decimal): -12587323 or 12971583. OLE color: 12971583.
HSL color Cylindrical-coordinate representation of color #3FEEC5: hue angle of 165.94º 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 #3FEEC5 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 197 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.07 |
| HSL | 165.94º | 0.84% | 0.59% | - |
| HSV(B) | 165.94º | 0.74% | 0.93% | - |
| XYZ | 42.7 | 66.24 | 63.36 | - |
| YUV | 181 | 137.02 | 43.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 197 | 0.74 | 0 | 0.17 | 0.07 | 165.94 | 0.84 | 0.59 |
| Hex | 3F | EE | C5 | 4A | 0 | 11 | 7 | A6 | 54 | 3B |
| Octal | 77 | 356 | 305 | 112 | 0 | 21 | 7 | 246 | 124 | 73 |
| Binary | 111111 | 11101110 | 11000101 | 1001010 | 0 | 10001 | 111 | 10100110 | 1010100 | 111011 |
Color Harmonies of #3FEEC5
Complementary color
Monochromatic Colors of #3FEEC5
Black with #3FEEC5
Text Example
Text Example
White with #3FEEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEEC5; }
p { color: rgb(63,238,197); }
H1.HeaderClassName
{
color: #3FEEC5;
}
.AnyTagClassName
{
color: #3FEEC5;
}
</style>
background-color css
<style>
a { background-color: #3FEEC5; }
a { background-color: rgb(63,238,197); }
div.DivClassName
{
background-color: #3FEEC5;
}
.BgClassName
{
background-color: #3FEEC5;
}
</style>
border-color css
<style>
span { border-color: #3FEEC5; }
span { border-color: rgb(63,238,197); }
td.TdClassName
{
border-color: #3FEEC5;
}
.TagClassName
{
border-color: #3FEEC5;
}
</style>