Shades of Turquoise #3FEEF5
Tints of Turquoise #3FEEF5
RGB
CMYK
RGB Variations
Color information
#3FEEF5 (or 0x3FEEF5) is known color: Turquoise. HEX triplet: 3F, EE and F5. RGB value is (63,238,245). Sum of RGB (Red+Green+Blue) = 63+238+245=546 (72% of max value = 765). Red value is 63 (25% from 255 or 11.54% from 546); Green value is 238 (93.36% from 255 or 43.59% from 546); Blue value is 245 (96.09% from 255 or 44.87% from 546); Max value from RGB is 245 - color contains mainly: blue. Hex color #3FEEF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEEF5 is #C0110A. Grayscale: #BABABA. Windows color (decimal): -12587275 or 16117311. OLE color: 16117311.
HSL color Cylindrical-coordinate representation of color #3FEEF5: hue angle of 182.31º 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 #3FEEF5 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 238 | 245 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.04 |
| HSL | 182.31º | 0.9% | 0.6% | - |
| HSV(B) | 182.31º | 0.74% | 0.96% | - |
| XYZ | 49.11 | 68.8 | 97.08 | - |
| YUV | 186.47 | 161.02 | 39.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 245 | 0.74 | 0.03 | 0 | 0.04 | 182.31 | 0.9 | 0.6 |
| Hex | 3F | EE | F5 | 4A | 3 | 0 | 4 | B6 | 5A | 3C |
| Octal | 77 | 356 | 365 | 112 | 3 | 0 | 4 | 266 | 132 | 74 |
| Binary | 111111 | 11101110 | 11110101 | 1001010 | 11 | 0 | 100 | 10110110 | 1011010 | 111100 |
Color Harmonies of #3FEEF5
Complementary color
Monochromatic Colors of #3FEEF5
Black with #3FEEF5
Text Example
Text Example
White with #3FEEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEEF5; }
p { color: rgb(63,238,245); }
H1.HeaderClassName
{
color: #3FEEF5;
}
.AnyTagClassName
{
color: #3FEEF5;
}
</style>
background-color css
<style>
a { background-color: #3FEEF5; }
a { background-color: rgb(63,238,245); }
div.DivClassName
{
background-color: #3FEEF5;
}
.BgClassName
{
background-color: #3FEEF5;
}
</style>
border-color css
<style>
span { border-color: #3FEEF5; }
span { border-color: rgb(63,238,245); }
td.TdClassName
{
border-color: #3FEEF5;
}
.TagClassName
{
border-color: #3FEEF5;
}
</style>