Shades of Turquoise #3FEEC2
Tints of Turquoise #3FEEC2
RGB
CMYK
RGB Variations
Color information
#3FEEC2 (or 0x3FEEC2) is known color: Turquoise. HEX triplet: 3F, EE and C2. RGB value is (63,238,194). Sum of RGB (Red+Green+Blue) = 63+238+194=495 (65% of max value = 765). Red value is 63 (25% from 255 or 12.73% from 495); Green value is 238 (93.36% from 255 or 48.08% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEEC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEEC2 is #C0113D. Grayscale: #B4B4B4. Windows color (decimal): -12587326 or 12774975. OLE color: 12774975.
HSL color Cylindrical-coordinate representation of color #3FEEC2: hue angle of 164.91º 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 #3FEEC2 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 194 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.07 |
| HSL | 164.91º | 0.84% | 0.59% | - |
| HSV(B) | 164.91º | 0.74% | 0.93% | - |
| XYZ | 42.36 | 66.1 | 61.56 | - |
| YUV | 180.66 | 135.52 | 44.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 194 | 0.74 | 0 | 0.18 | 0.07 | 164.91 | 0.84 | 0.59 |
| Hex | 3F | EE | C2 | 4A | 0 | 12 | 7 | A5 | 54 | 3B |
| Octal | 77 | 356 | 302 | 112 | 0 | 22 | 7 | 245 | 124 | 73 |
| Binary | 111111 | 11101110 | 11000010 | 1001010 | 0 | 10010 | 111 | 10100101 | 1010100 | 111011 |
Color Harmonies of #3FEEC2
Complementary color
Monochromatic Colors of #3FEEC2
Black with #3FEEC2
Text Example
Text Example
White with #3FEEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEEC2; }
p { color: rgb(63,238,194); }
H1.HeaderClassName
{
color: #3FEEC2;
}
.AnyTagClassName
{
color: #3FEEC2;
}
</style>
background-color css
<style>
a { background-color: #3FEEC2; }
a { background-color: rgb(63,238,194); }
div.DivClassName
{
background-color: #3FEEC2;
}
.BgClassName
{
background-color: #3FEEC2;
}
</style>
border-color css
<style>
span { border-color: #3FEEC2; }
span { border-color: rgb(63,238,194); }
td.TdClassName
{
border-color: #3FEEC2;
}
.TagClassName
{
border-color: #3FEEC2;
}
</style>