Shades of Turquoise #3FE4EA
Tints of Turquoise #3FE4EA
RGB
CMYK
RGB Variations
Color information
#3FE4EA (or 0x3FE4EA) is known color: Turquoise. HEX triplet: 3F, E4 and EA. RGB value is (63,228,234). Sum of RGB (Red+Green+Blue) = 63+228+234=525 (69% of max value = 765). Red value is 63 (25% from 255 or 12% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #3FE4EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FE4EA is #C01B15. Grayscale: #B3B3B3. Windows color (decimal): -12589846 or 15393855. OLE color: 15393855.
HSL color Cylindrical-coordinate representation of color #3FE4EA: hue angle of 182.11º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE4EA is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 228 | 234 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.08 |
| HSL | 182.11º | 0.8% | 0.58% | - |
| HSV(B) | 182.11º | 0.73% | 0.92% | - |
| XYZ | 44.64 | 62.48 | 87.55 | - |
| YUV | 179.35 | 158.84 | 45.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 228 | 234 | 0.73 | 0.03 | 0 | 0.08 | 182.11 | 0.8 | 0.58 |
| Hex | 3F | E4 | EA | 49 | 3 | 0 | 8 | B6 | 50 | 3A |
| Octal | 77 | 344 | 352 | 111 | 3 | 0 | 10 | 266 | 120 | 72 |
| Binary | 111111 | 11100100 | 11101010 | 1001001 | 11 | 0 | 1000 | 10110110 | 1010000 | 111010 |
Color Harmonies of #3FE4EA
Complementary color
Monochromatic Colors of #3FE4EA
Black with #3FE4EA
Text Example
Text Example
White with #3FE4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE4EA; }
p { color: rgb(63,228,234); }
H1.HeaderClassName
{
color: #3FE4EA;
}
.AnyTagClassName
{
color: #3FE4EA;
}
</style>
background-color css
<style>
a { background-color: #3FE4EA; }
a { background-color: rgb(63,228,234); }
div.DivClassName
{
background-color: #3FE4EA;
}
.BgClassName
{
background-color: #3FE4EA;
}
</style>
border-color css
<style>
span { border-color: #3FE4EA; }
span { border-color: rgb(63,228,234); }
td.TdClassName
{
border-color: #3FE4EA;
}
.TagClassName
{
border-color: #3FE4EA;
}
</style>