Shades of Turquoise #3DF4EF
Tints of Turquoise #3DF4EF
RGB
CMYK
RGB Variations
Color information
#3DF4EF (or 0x3DF4EF) is known color: Turquoise. HEX triplet: 3D, F4 and EF. RGB value is (61,244,239). Sum of RGB (Red+Green+Blue) = 61+244+239=544 (72% of max value = 765). Red value is 61 (24.22% from 255 or 11.21% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF4EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DF4EF is #C20B10. Grayscale: #BCBCBC. Windows color (decimal): -12716817 or 15725629. OLE color: 15725629.
HSL color Cylindrical-coordinate representation of color #3DF4EF: hue angle of 178.36º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF4EF is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 244 | 239 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.04 |
| HSL | 178.36º | 0.89% | 0.6% | - |
| HSV(B) | 178.36º | 0.75% | 0.96% | - |
| XYZ | 49.86 | 71.93 | 92.92 | - |
| YUV | 188.71 | 156.37 | 36.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 244 | 239 | 0.75 | 0 | 0.02 | 0.04 | 178.36 | 0.89 | 0.6 |
| Hex | 3D | F4 | EF | 4B | 0 | 2 | 4 | B2 | 59 | 3C |
| Octal | 75 | 364 | 357 | 113 | 0 | 2 | 4 | 262 | 131 | 74 |
| Binary | 111101 | 11110100 | 11101111 | 1001011 | 0 | 10 | 100 | 10110010 | 1011001 | 111100 |
Color Harmonies of #3DF4EF
Complementary color
Monochromatic Colors of #3DF4EF
Black with #3DF4EF
Text Example
Text Example
White with #3DF4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF4EF; }
p { color: rgb(61,244,239); }
H1.HeaderClassName
{
color: #3DF4EF;
}
.AnyTagClassName
{
color: #3DF4EF;
}
</style>
background-color css
<style>
a { background-color: #3DF4EF; }
a { background-color: rgb(61,244,239); }
div.DivClassName
{
background-color: #3DF4EF;
}
.BgClassName
{
background-color: #3DF4EF;
}
</style>
border-color css
<style>
span { border-color: #3DF4EF; }
span { border-color: rgb(61,244,239); }
td.TdClassName
{
border-color: #3DF4EF;
}
.TagClassName
{
border-color: #3DF4EF;
}
</style>