Shades of Turquoise #3FF5EF
Tints of Turquoise #3FF5EF
RGB
CMYK
RGB Variations
Color information
#3FF5EF (or 0x3FF5EF) is known color: Turquoise. HEX triplet: 3F, F5 and EF. RGB value is (63,245,239). Sum of RGB (Red+Green+Blue) = 63+245+239=547 (72% of max value = 765). Red value is 63 (25% from 255 or 11.52% from 547); Green value is 245 (96.09% from 255 or 44.79% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 245 - color contains mainly: green. Hex color #3FF5EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FF5EF is #C00A10. Grayscale: #BDBDBD. Windows color (decimal): -12585489 or 15725887. OLE color: 15725887.
HSL color Cylindrical-coordinate representation of color #3FF5EF: hue angle of 178.02º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF5EF is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 245 | 239 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.04 |
| HSL | 178.02º | 0.9% | 0.6% | - |
| HSV(B) | 178.02º | 0.74% | 0.96% | - |
| XYZ | 50.28 | 72.59 | 93.02 | - |
| YUV | 189.9 | 155.7 | 37.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 245 | 239 | 0.74 | 0 | 0.02 | 0.04 | 178.02 | 0.9 | 0.6 |
| Hex | 3F | F5 | EF | 4A | 0 | 2 | 4 | B2 | 5A | 3C |
| Octal | 77 | 365 | 357 | 112 | 0 | 2 | 4 | 262 | 132 | 74 |
| Binary | 111111 | 11110101 | 11101111 | 1001010 | 0 | 10 | 100 | 10110010 | 1011010 | 111100 |
Color Harmonies of #3FF5EF
Complementary color
Monochromatic Colors of #3FF5EF
Black with #3FF5EF
Text Example
Text Example
White with #3FF5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF5EF; }
p { color: rgb(63,245,239); }
H1.HeaderClassName
{
color: #3FF5EF;
}
.AnyTagClassName
{
color: #3FF5EF;
}
</style>
background-color css
<style>
a { background-color: #3FF5EF; }
a { background-color: rgb(63,245,239); }
div.DivClassName
{
background-color: #3FF5EF;
}
.BgClassName
{
background-color: #3FF5EF;
}
</style>
border-color css
<style>
span { border-color: #3FF5EF; }
span { border-color: rgb(63,245,239); }
td.TdClassName
{
border-color: #3FF5EF;
}
.TagClassName
{
border-color: #3FF5EF;
}
</style>