Shades of Turquoise #3DFEEB
Tints of Turquoise #3DFEEB
RGB
CMYK
RGB Variations
Color information
#3DFEEB (or 0x3DFEEB) is known color: Turquoise. HEX triplet: 3D, FE and EB. RGB value is (61,254,235). Sum of RGB (Red+Green+Blue) = 61+254+235=550 (72% of max value = 765). Red value is 61 (24.22% from 255 or 11.09% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFEEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DFEEB is #C20114. Grayscale: #C2C2C2. Windows color (decimal): -12714261 or 15466045. OLE color: 15466045.
HSL color Cylindrical-coordinate representation of color #3DFEEB: hue angle of 174.09º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFEEB is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 254 | 235 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.00 |
| HSL | 174.09º | 0.99% | 0.62% | - |
| HSV(B) | 174.09º | 0.76% | 1% | - |
| XYZ | 52.36 | 77.87 | 90.87 | - |
| YUV | 194.13 | 151.06 | 33.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 254 | 235 | 0.76 | 0 | 0.07 | 0.00 | 174.09 | 0.99 | 0.62 |
| Hex | 3D | FE | EB | 4C | 0 | 7 | 0 | AE | 63 | 3E |
| Octal | 75 | 376 | 353 | 114 | 0 | 7 | 0 | 256 | 143 | 76 |
| Binary | 111101 | 11111110 | 11101011 | 1001100 | 0 | 111 | 0 | 10101110 | 1100011 | 111110 |
Color Harmonies of #3DFEEB
Complementary color
Monochromatic Colors of #3DFEEB
Black with #3DFEEB
Text Example
Text Example
White with #3DFEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFEEB; }
p { color: rgb(61,254,235); }
H1.HeaderClassName
{
color: #3DFEEB;
}
.AnyTagClassName
{
color: #3DFEEB;
}
</style>
background-color css
<style>
a { background-color: #3DFEEB; }
a { background-color: rgb(61,254,235); }
div.DivClassName
{
background-color: #3DFEEB;
}
.BgClassName
{
background-color: #3DFEEB;
}
</style>
border-color css
<style>
span { border-color: #3DFEEB; }
span { border-color: rgb(61,254,235); }
td.TdClassName
{
border-color: #3DFEEB;
}
.TagClassName
{
border-color: #3DFEEB;
}
</style>