Shades of Turquoise #3FEEB4
Tints of Turquoise #3FEEB4
RGB
CMYK
RGB Variations
Color information
#3FEEB4 (or 0x3FEEB4) is known color: Turquoise. HEX triplet: 3F, EE and B4. RGB value is (63,238,180). Sum of RGB (Red+Green+Blue) = 63+238+180=481 (63% of max value = 765). Red value is 63 (25% from 255 or 13.10% from 481); Green value is 238 (93.36% from 255 or 49.48% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEEB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEEB4 is #C0114B. Grayscale: #B3B3B3. Windows color (decimal): -12587340 or 11857471. OLE color: 11857471.
HSL color Cylindrical-coordinate representation of color #3FEEB4: hue angle of 160.11º 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 #3FEEB4 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 180 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.07 |
| HSL | 160.11º | 0.84% | 0.59% | - |
| HSV(B) | 160.11º | 0.74% | 0.93% | - |
| XYZ | 40.86 | 65.5 | 53.67 | - |
| YUV | 179.06 | 128.52 | 45.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 180 | 0.74 | 0 | 0.24 | 0.07 | 160.11 | 0.84 | 0.59 |
| Hex | 3F | EE | B4 | 4A | 0 | 18 | 7 | A0 | 54 | 3B |
| Octal | 77 | 356 | 264 | 112 | 0 | 30 | 7 | 240 | 124 | 73 |
| Binary | 111111 | 11101110 | 10110100 | 1001010 | 0 | 11000 | 111 | 10100000 | 1010100 | 111011 |
Color Harmonies of #3FEEB4
Complementary color
Monochromatic Colors of #3FEEB4
Black with #3FEEB4
Text Example
Text Example
White with #3FEEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEEB4; }
p { color: rgb(63,238,180); }
H1.HeaderClassName
{
color: #3FEEB4;
}
.AnyTagClassName
{
color: #3FEEB4;
}
</style>
background-color css
<style>
a { background-color: #3FEEB4; }
a { background-color: rgb(63,238,180); }
div.DivClassName
{
background-color: #3FEEB4;
}
.BgClassName
{
background-color: #3FEEB4;
}
</style>
border-color css
<style>
span { border-color: #3FEEB4; }
span { border-color: rgb(63,238,180); }
td.TdClassName
{
border-color: #3FEEB4;
}
.TagClassName
{
border-color: #3FEEB4;
}
</style>