Shades of Turquoise #3DF8EC
Tints of Turquoise #3DF8EC
RGB
CMYK
RGB Variations
Color information
#3DF8EC (or 0x3DF8EC) is known color: Turquoise. HEX triplet: 3D, F8 and EC. RGB value is (61,248,236). Sum of RGB (Red+Green+Blue) = 61+248+236=545 (72% of max value = 765). Red value is 61 (24.22% from 255 or 11.19% from 545); Green value is 248 (97.27% from 255 or 45.50% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF8EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DF8EC is #C20713. Grayscale: #BEBEBE. Windows color (decimal): -12715796 or 15530045. OLE color: 15530045.
HSL color Cylindrical-coordinate representation of color #3DF8EC: hue angle of 176.15º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF8EC is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 236 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.03 |
| HSL | 176.15º | 0.93% | 0.61% | - |
| HSV(B) | 176.15º | 0.75% | 0.97% | - |
| XYZ | 50.63 | 74.18 | 91.01 | - |
| YUV | 190.72 | 153.55 | 35.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 236 | 0.75 | 0 | 0.05 | 0.03 | 176.15 | 0.93 | 0.61 |
| Hex | 3D | F8 | EC | 4B | 0 | 5 | 3 | B0 | 5D | 3D |
| Octal | 75 | 370 | 354 | 113 | 0 | 5 | 3 | 260 | 135 | 75 |
| Binary | 111101 | 11111000 | 11101100 | 1001011 | 0 | 101 | 11 | 10110000 | 1011101 | 111101 |
Color Harmonies of #3DF8EC
Complementary color
Monochromatic Colors of #3DF8EC
Black with #3DF8EC
Text Example
Text Example
White with #3DF8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF8EC; }
p { color: rgb(61,248,236); }
H1.HeaderClassName
{
color: #3DF8EC;
}
.AnyTagClassName
{
color: #3DF8EC;
}
</style>
background-color css
<style>
a { background-color: #3DF8EC; }
a { background-color: rgb(61,248,236); }
div.DivClassName
{
background-color: #3DF8EC;
}
.BgClassName
{
background-color: #3DF8EC;
}
</style>
border-color css
<style>
span { border-color: #3DF8EC; }
span { border-color: rgb(61,248,236); }
td.TdClassName
{
border-color: #3DF8EC;
}
.TagClassName
{
border-color: #3DF8EC;
}
</style>