Shades of Turquoise #3FEEFE
Tints of Turquoise #3FEEFE
RGB
CMYK
RGB Variations
Color information
#3FEEFE (or 0x3FEEFE) is known color: Turquoise. HEX triplet: 3F, EE and FE. RGB value is (63,238,254). Sum of RGB (Red+Green+Blue) = 63+238+254=555 (73% of max value = 765). Red value is 63 (25% from 255 or 11.35% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #3FEEFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEEFE is #C01101. Grayscale: #BBBBBB. Windows color (decimal): -12587266 or 16707135. OLE color: 16707135.
HSL color Cylindrical-coordinate representation of color #3FEEFE: hue angle of 185.03º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FEEFE is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 238 | 254 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.00 |
| HSL | 185.03º | 0.99% | 0.62% | - |
| HSV(B) | 185.03º | 0.75% | 1% | - |
| XYZ | 50.51 | 69.36 | 104.49 | - |
| YUV | 187.5 | 165.52 | 39.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 254 | 0.75 | 0.06 | 0 | 0.00 | 185.03 | 0.99 | 0.62 |
| Hex | 3F | EE | FE | 4B | 6 | 0 | 0 | B9 | 63 | 3E |
| Octal | 77 | 356 | 376 | 113 | 6 | 0 | 0 | 271 | 143 | 76 |
| Binary | 111111 | 11101110 | 11111110 | 1001011 | 110 | 0 | 0 | 10111001 | 1100011 | 111110 |
Color Harmonies of #3FEEFE
Complementary color
Monochromatic Colors of #3FEEFE
Black with #3FEEFE
Text Example
Text Example
White with #3FEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEEFE; }
p { color: rgb(63,238,254); }
H1.HeaderClassName
{
color: #3FEEFE;
}
.AnyTagClassName
{
color: #3FEEFE;
}
</style>
background-color css
<style>
a { background-color: #3FEEFE; }
a { background-color: rgb(63,238,254); }
div.DivClassName
{
background-color: #3FEEFE;
}
.BgClassName
{
background-color: #3FEEFE;
}
</style>
border-color css
<style>
span { border-color: #3FEEFE; }
span { border-color: rgb(63,238,254); }
td.TdClassName
{
border-color: #3FEEFE;
}
.TagClassName
{
border-color: #3FEEFE;
}
</style>