Shades of Turquoise #3FEEAF
Tints of Turquoise #3FEEAF
RGB
CMYK
RGB Variations
Color information
#3FEEAF (or 0x3FEEAF) is known color: Turquoise. HEX triplet: 3F, EE and AF. RGB value is (63,238,175). Sum of RGB (Red+Green+Blue) = 63+238+175=476 (63% of max value = 765). Red value is 63 (25% from 255 or 13.24% from 476); Green value is 238 (93.36% from 255 or 50% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEEAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FEEAF is #C01150. Grayscale: #B2B2B2. Windows color (decimal): -12587345 or 11529791. OLE color: 11529791.
HSL color Cylindrical-coordinate representation of color #3FEEAF: hue angle of 158.4º 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 #3FEEAF is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 175 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.07 |
| HSL | 158.4º | 0.84% | 0.59% | - |
| HSV(B) | 158.4º | 0.74% | 0.93% | - |
| XYZ | 40.36 | 65.3 | 51.03 | - |
| YUV | 178.49 | 126.02 | 45.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 175 | 0.74 | 0 | 0.26 | 0.07 | 158.4 | 0.84 | 0.59 |
| Hex | 3F | EE | AF | 4A | 0 | 1A | 7 | 9E | 54 | 3B |
| Octal | 77 | 356 | 257 | 112 | 0 | 32 | 7 | 236 | 124 | 73 |
| Binary | 111111 | 11101110 | 10101111 | 1001010 | 0 | 11010 | 111 | 10011110 | 1010100 | 111011 |
Color Harmonies of #3FEEAF
Complementary color
Monochromatic Colors of #3FEEAF
Black with #3FEEAF
Text Example
Text Example
White with #3FEEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEEAF; }
p { color: rgb(63,238,175); }
H1.HeaderClassName
{
color: #3FEEAF;
}
.AnyTagClassName
{
color: #3FEEAF;
}
</style>
background-color css
<style>
a { background-color: #3FEEAF; }
a { background-color: rgb(63,238,175); }
div.DivClassName
{
background-color: #3FEEAF;
}
.BgClassName
{
background-color: #3FEEAF;
}
</style>
border-color css
<style>
span { border-color: #3FEEAF; }
span { border-color: rgb(63,238,175); }
td.TdClassName
{
border-color: #3FEEAF;
}
.TagClassName
{
border-color: #3FEEAF;
}
</style>