Shades of Turquoise #3DFFE3
Tints of Turquoise #3DFFE3
RGB
CMYK
RGB Variations
Color information
#3DFFE3 (or 0x3DFFE3) is known color: Turquoise. HEX triplet: 3D, FF and E3. RGB value is (61,255,227). Sum of RGB (Red+Green+Blue) = 61+255+227=543 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.23% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 227 (89.06% from 255 or 41.80% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFFE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFFE3 is #C2001C. Grayscale: #C1C1C1. Windows color (decimal): -12714013 or 14942013. OLE color: 14942013.
HSL color Cylindrical-coordinate representation of color #3DFFE3: hue angle of 171.34º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFFE3 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 227 | - |
| CMYK | 0.76 | 0 | 0.11 | 0 |
| HSL | 171.34º | 1% | 0.62% | - |
| HSV(B) | 171.34º | 0.76% | 1% | - |
| XYZ | 51.55 | 78.06 | 85.02 | - |
| YUV | 193.8 | 146.73 | 33.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 227 | 0.76 | 0 | 0.11 | 0 | 171.34 | 1 | 0.62 |
| Hex | 3D | FF | E3 | 4C | 0 | B | 0 | AB | 64 | 3E |
| Octal | 75 | 377 | 343 | 114 | 0 | 13 | 0 | 253 | 144 | 76 |
| Binary | 111101 | 11111111 | 11100011 | 1001100 | 0 | 1011 | 0 | 10101011 | 1100100 | 111110 |
Color Harmonies of #3DFFE3
Complementary color
Monochromatic Colors of #3DFFE3
Black with #3DFFE3
Text Example
Text Example
White with #3DFFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFFE3; }
p { color: rgb(61,255,227); }
H1.HeaderClassName
{
color: #3DFFE3;
}
.AnyTagClassName
{
color: #3DFFE3;
}
</style>
background-color css
<style>
a { background-color: #3DFFE3; }
a { background-color: rgb(61,255,227); }
div.DivClassName
{
background-color: #3DFFE3;
}
.BgClassName
{
background-color: #3DFFE3;
}
</style>
border-color css
<style>
span { border-color: #3DFFE3; }
span { border-color: rgb(61,255,227); }
td.TdClassName
{
border-color: #3DFFE3;
}
.TagClassName
{
border-color: #3DFFE3;
}
</style>