Shades of Turquoise #3FE4EE
Tints of Turquoise #3FE4EE
RGB
CMYK
RGB Variations
Color information
#3FE4EE (or 0x3FE4EE) is known color: Turquoise. HEX triplet: 3F, E4 and EE. RGB value is (63,228,238). Sum of RGB (Red+Green+Blue) = 63+228+238=529 (70% of max value = 765). Red value is 63 (25% from 255 or 11.91% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #3FE4EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FE4EE is #C01B11. Grayscale: #B3B3B3. Windows color (decimal): -12589842 or 15655999. OLE color: 15655999.
HSL color Cylindrical-coordinate representation of color #3FE4EE: hue angle of 183.43º 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 #3FE4EE is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 228 | 238 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.07 |
| HSL | 183.43º | 0.84% | 0.59% | - |
| HSV(B) | 183.43º | 0.74% | 0.93% | - |
| XYZ | 45.23 | 62.72 | 90.61 | - |
| YUV | 179.81 | 160.84 | 44.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 228 | 238 | 0.74 | 0.04 | 0 | 0.07 | 183.43 | 0.84 | 0.59 |
| Hex | 3F | E4 | EE | 4A | 4 | 0 | 7 | B7 | 54 | 3B |
| Octal | 77 | 344 | 356 | 112 | 4 | 0 | 7 | 267 | 124 | 73 |
| Binary | 111111 | 11100100 | 11101110 | 1001010 | 100 | 0 | 111 | 10110111 | 1010100 | 111011 |
Color Harmonies of #3FE4EE
Complementary color
Monochromatic Colors of #3FE4EE
Black with #3FE4EE
Text Example
Text Example
White with #3FE4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE4EE; }
p { color: rgb(63,228,238); }
H1.HeaderClassName
{
color: #3FE4EE;
}
.AnyTagClassName
{
color: #3FE4EE;
}
</style>
background-color css
<style>
a { background-color: #3FE4EE; }
a { background-color: rgb(63,228,238); }
div.DivClassName
{
background-color: #3FE4EE;
}
.BgClassName
{
background-color: #3FE4EE;
}
</style>
border-color css
<style>
span { border-color: #3FE4EE; }
span { border-color: rgb(63,228,238); }
td.TdClassName
{
border-color: #3FE4EE;
}
.TagClassName
{
border-color: #3FE4EE;
}
</style>