Shades of Turquoise #3FE0EE
Tints of Turquoise #3FE0EE
RGB
CMYK
RGB Variations
Color information
#3FE0EE (or 0x3FE0EE) is known color: Turquoise. HEX triplet: 3F, E0 and EE. RGB value is (63,224,238). Sum of RGB (Red+Green+Blue) = 63+224+238=525 (69% of max value = 765). Red value is 63 (25% from 255 or 12% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #3FE0EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FE0EE is #C01F11. Grayscale: #B1B1B1. Windows color (decimal): -12590866 or 15654975. OLE color: 15654975.
HSL color Cylindrical-coordinate representation of color #3FE0EE: hue angle of 184.8º 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 #3FE0EE is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 224 | 238 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.07 |
| HSL | 184.8º | 0.84% | 0.59% | - |
| HSV(B) | 184.8º | 0.74% | 0.93% | - |
| XYZ | 44.14 | 60.54 | 90.25 | - |
| YUV | 177.46 | 162.16 | 46.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 224 | 238 | 0.74 | 0.06 | 0 | 0.07 | 184.8 | 0.84 | 0.59 |
| Hex | 3F | E0 | EE | 4A | 6 | 0 | 7 | B9 | 54 | 3B |
| Octal | 77 | 340 | 356 | 112 | 6 | 0 | 7 | 271 | 124 | 73 |
| Binary | 111111 | 11100000 | 11101110 | 1001010 | 110 | 0 | 111 | 10111001 | 1010100 | 111011 |
Color Harmonies of #3FE0EE
Complementary color
Monochromatic Colors of #3FE0EE
Black with #3FE0EE
Text Example
Text Example
White with #3FE0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE0EE; }
p { color: rgb(63,224,238); }
H1.HeaderClassName
{
color: #3FE0EE;
}
.AnyTagClassName
{
color: #3FE0EE;
}
</style>
background-color css
<style>
a { background-color: #3FE0EE; }
a { background-color: rgb(63,224,238); }
div.DivClassName
{
background-color: #3FE0EE;
}
.BgClassName
{
background-color: #3FE0EE;
}
</style>
border-color css
<style>
span { border-color: #3FE0EE; }
span { border-color: rgb(63,224,238); }
td.TdClassName
{
border-color: #3FE0EE;
}
.TagClassName
{
border-color: #3FE0EE;
}
</style>