Shades of Turquoise #3DFFEF
Tints of Turquoise #3DFFEF
RGB
CMYK
RGB Variations
Color information
#3DFFEF (or 0x3DFFEF) is known color: Turquoise. HEX triplet: 3D, FF and EF. RGB value is (61,255,239). Sum of RGB (Red+Green+Blue) = 61+255+239=555 (73% of max value = 765). Red value is 61 (24.22% from 255 or 10.99% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFFEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DFFEF is #C20010. Grayscale: #C3C3C3. Windows color (decimal): -12714001 or 15728445. OLE color: 15728445.
HSL color Cylindrical-coordinate representation of color #3DFFEF: hue angle of 175.05º 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 #3DFFEF is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 239 | - |
| CMYK | 0.76 | 0 | 0.06 | 0 |
| HSL | 175.05º | 1% | 0.62% | - |
| HSV(B) | 175.05º | 0.76% | 1% | - |
| XYZ | 53.26 | 78.74 | 94.05 | - |
| YUV | 195.17 | 152.73 | 32.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 239 | 0.76 | 0 | 0.06 | 0 | 175.05 | 1 | 0.62 |
| Hex | 3D | FF | EF | 4C | 0 | 6 | 0 | AF | 64 | 3E |
| Octal | 75 | 377 | 357 | 114 | 0 | 6 | 0 | 257 | 144 | 76 |
| Binary | 111101 | 11111111 | 11101111 | 1001100 | 0 | 110 | 0 | 10101111 | 1100100 | 111110 |
Color Harmonies of #3DFFEF
Complementary color
Monochromatic Colors of #3DFFEF
Black with #3DFFEF
Text Example
Text Example
White with #3DFFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFFEF; }
p { color: rgb(61,255,239); }
H1.HeaderClassName
{
color: #3DFFEF;
}
.AnyTagClassName
{
color: #3DFFEF;
}
</style>
background-color css
<style>
a { background-color: #3DFFEF; }
a { background-color: rgb(61,255,239); }
div.DivClassName
{
background-color: #3DFFEF;
}
.BgClassName
{
background-color: #3DFFEF;
}
</style>
border-color css
<style>
span { border-color: #3DFFEF; }
span { border-color: rgb(61,255,239); }
td.TdClassName
{
border-color: #3DFFEF;
}
.TagClassName
{
border-color: #3DFFEF;
}
</style>