Shades of Turquoise #3DFEED
Tints of Turquoise #3DFEED
RGB
CMYK
RGB Variations
Color information
#3DFEED (or 0x3DFEED) is known color: Turquoise. HEX triplet: 3D, FE and ED. RGB value is (61,254,237). Sum of RGB (Red+Green+Blue) = 61+254+237=552 (73% of max value = 765). Red value is 61 (24.22% from 255 or 11.05% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DFEED is #C20112. Grayscale: #C2C2C2. Windows color (decimal): -12714259 or 15597117. OLE color: 15597117.
HSL color Cylindrical-coordinate representation of color #3DFEED: hue angle of 174.72º 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 #3DFEED is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 254 | 237 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.00 |
| HSL | 174.72º | 0.99% | 0.62% | - |
| HSV(B) | 174.72º | 0.76% | 1% | - |
| XYZ | 52.65 | 77.99 | 92.4 | - |
| YUV | 194.36 | 152.06 | 32.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 254 | 237 | 0.76 | 0 | 0.07 | 0.00 | 174.72 | 0.99 | 0.62 |
| Hex | 3D | FE | ED | 4C | 0 | 7 | 0 | AF | 63 | 3E |
| Octal | 75 | 376 | 355 | 114 | 0 | 7 | 0 | 257 | 143 | 76 |
| Binary | 111101 | 11111110 | 11101101 | 1001100 | 0 | 111 | 0 | 10101111 | 1100011 | 111110 |
Color Harmonies of #3DFEED
Complementary color
Monochromatic Colors of #3DFEED
Black with #3DFEED
Text Example
Text Example
White with #3DFEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFEED; }
p { color: rgb(61,254,237); }
H1.HeaderClassName
{
color: #3DFEED;
}
.AnyTagClassName
{
color: #3DFEED;
}
</style>
background-color css
<style>
a { background-color: #3DFEED; }
a { background-color: rgb(61,254,237); }
div.DivClassName
{
background-color: #3DFEED;
}
.BgClassName
{
background-color: #3DFEED;
}
</style>
border-color css
<style>
span { border-color: #3DFEED; }
span { border-color: rgb(61,254,237); }
td.TdClassName
{
border-color: #3DFEED;
}
.TagClassName
{
border-color: #3DFEED;
}
</style>