Shades of Turquoise #3FEEE1
Tints of Turquoise #3FEEE1
RGB
CMYK
RGB Variations
Color information
#3FEEE1 (or 0x3FEEE1) is known color: Turquoise. HEX triplet: 3F, EE and E1. RGB value is (63,238,225). Sum of RGB (Red+Green+Blue) = 63+238+225=526 (69% of max value = 765). Red value is 63 (25% from 255 or 11.98% from 526); Green value is 238 (93.36% from 255 or 45.25% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEEE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEEE1 is #C0111E. Grayscale: #B8B8B8. Windows color (decimal): -12587295 or 14806591. OLE color: 14806591.
HSL color Cylindrical-coordinate representation of color #3FEEE1: hue angle of 175.54º 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 #3FEEE1 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 225 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.07 |
| HSL | 175.54º | 0.84% | 0.59% | - |
| HSV(B) | 175.54º | 0.74% | 0.93% | - |
| XYZ | 46.22 | 67.64 | 81.85 | - |
| YUV | 184.19 | 151.02 | 41.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 225 | 0.74 | 0 | 0.05 | 0.07 | 175.54 | 0.84 | 0.59 |
| Hex | 3F | EE | E1 | 4A | 0 | 5 | 7 | B0 | 54 | 3B |
| Octal | 77 | 356 | 341 | 112 | 0 | 5 | 7 | 260 | 124 | 73 |
| Binary | 111111 | 11101110 | 11100001 | 1001010 | 0 | 101 | 111 | 10110000 | 1010100 | 111011 |
Color Harmonies of #3FEEE1
Complementary color
Monochromatic Colors of #3FEEE1
Black with #3FEEE1
Text Example
Text Example
White with #3FEEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEEE1; }
p { color: rgb(63,238,225); }
H1.HeaderClassName
{
color: #3FEEE1;
}
.AnyTagClassName
{
color: #3FEEE1;
}
</style>
background-color css
<style>
a { background-color: #3FEEE1; }
a { background-color: rgb(63,238,225); }
div.DivClassName
{
background-color: #3FEEE1;
}
.BgClassName
{
background-color: #3FEEE1;
}
</style>
border-color css
<style>
span { border-color: #3FEEE1; }
span { border-color: rgb(63,238,225); }
td.TdClassName
{
border-color: #3FEEE1;
}
.TagClassName
{
border-color: #3FEEE1;
}
</style>