Shades of Turquoise #39FEC4
Tints of Turquoise #39FEC4
RGB
CMYK
RGB Variations
Color information
#39FEC4 (or 0x39FEC4) is known color: Turquoise. HEX triplet: 39, FE and C4. RGB value is (57,254,196). Sum of RGB (Red+Green+Blue) = 57+254+196=507 (67% of max value = 765). Red value is 57 (22.66% from 255 or 11.24% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #39FEC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FEC4 is #C6013B. Grayscale: #BCBCBC. Windows color (decimal): -12976444 or 12910137. OLE color: 12910137.
HSL color Cylindrical-coordinate representation of color #39FEC4: hue angle of 162.34º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39FEC4 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 254 | 196 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.00 |
| HSL | 162.34º | 0.99% | 0.61% | - |
| HSV(B) | 162.34º | 0.78% | 1% | - |
| XYZ | 47.09 | 75.74 | 64.36 | - |
| YUV | 188.49 | 132.23 | 34.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 254 | 196 | 0.78 | 0 | 0.23 | 0.00 | 162.34 | 0.99 | 0.61 |
| Hex | 39 | FE | C4 | 4E | 0 | 17 | 0 | A2 | 63 | 3D |
| Octal | 71 | 376 | 304 | 116 | 0 | 27 | 0 | 242 | 143 | 75 |
| Binary | 111001 | 11111110 | 11000100 | 1001110 | 0 | 10111 | 0 | 10100010 | 1100011 | 111101 |
Color Harmonies of #39FEC4
Complementary color
Monochromatic Colors of #39FEC4
Black with #39FEC4
Text Example
Text Example
White with #39FEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FEC4; }
p { color: rgb(57,254,196); }
H1.HeaderClassName
{
color: #39FEC4;
}
.AnyTagClassName
{
color: #39FEC4;
}
</style>
background-color css
<style>
a { background-color: #39FEC4; }
a { background-color: rgb(57,254,196); }
div.DivClassName
{
background-color: #39FEC4;
}
.BgClassName
{
background-color: #39FEC4;
}
</style>
border-color css
<style>
span { border-color: #39FEC4; }
span { border-color: rgb(57,254,196); }
td.TdClassName
{
border-color: #39FEC4;
}
.TagClassName
{
border-color: #39FEC4;
}
</style>