Shades of Turquoise #3DF4E3
Tints of Turquoise #3DF4E3
RGB
CMYK
RGB Variations
Color information
#3DF4E3 (or 0x3DF4E3) is known color: Turquoise. HEX triplet: 3D, F4 and E3. RGB value is (61,244,227). Sum of RGB (Red+Green+Blue) = 61+244+227=532 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.47% from 532); Green value is 244 (95.70% from 255 or 45.86% from 532); Blue value is 227 (89.06% from 255 or 42.67% from 532); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF4E3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF4E3 is #C20B1C. Grayscale: #BBBBBB. Windows color (decimal): -12716829 or 14939197. OLE color: 14939197.
HSL color Cylindrical-coordinate representation of color #3DF4E3: hue angle of 174.43º 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 #3DF4E3 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 244 | 227 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.04 |
| HSL | 174.43º | 0.89% | 0.6% | - |
| HSV(B) | 174.43º | 0.75% | 0.96% | - |
| XYZ | 48.14 | 71.24 | 83.89 | - |
| YUV | 187.35 | 150.37 | 37.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 244 | 227 | 0.75 | 0 | 0.07 | 0.04 | 174.43 | 0.89 | 0.6 |
| Hex | 3D | F4 | E3 | 4B | 0 | 7 | 4 | AE | 59 | 3C |
| Octal | 75 | 364 | 343 | 113 | 0 | 7 | 4 | 256 | 131 | 74 |
| Binary | 111101 | 11110100 | 11100011 | 1001011 | 0 | 111 | 100 | 10101110 | 1011001 | 111100 |
Color Harmonies of #3DF4E3
Complementary color
Monochromatic Colors of #3DF4E3
Black with #3DF4E3
Text Example
Text Example
White with #3DF4E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF4E3; }
p { color: rgb(61,244,227); }
H1.HeaderClassName
{
color: #3DF4E3;
}
.AnyTagClassName
{
color: #3DF4E3;
}
</style>
background-color css
<style>
a { background-color: #3DF4E3; }
a { background-color: rgb(61,244,227); }
div.DivClassName
{
background-color: #3DF4E3;
}
.BgClassName
{
background-color: #3DF4E3;
}
</style>
border-color css
<style>
span { border-color: #3DF4E3; }
span { border-color: rgb(61,244,227); }
td.TdClassName
{
border-color: #3DF4E3;
}
.TagClassName
{
border-color: #3DF4E3;
}
</style>