Shades of Turquoise #3DFDE5
Tints of Turquoise #3DFDE5
RGB
CMYK
RGB Variations
Color information
#3DFDE5 (or 0x3DFDE5) is known color: Turquoise. HEX triplet: 3D, FD and E5. RGB value is (61,253,229). Sum of RGB (Red+Green+Blue) = 61+253+229=543 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.23% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 229 (89.84% from 255 or 42.17% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFDE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFDE5 is #C2021A. Grayscale: #C0C0C0. Windows color (decimal): -12714523 or 15072573. OLE color: 15072573.
HSL color Cylindrical-coordinate representation of color #3DFDE5: hue angle of 172.5º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFDE5 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 253 | 229 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.01 |
| HSL | 172.5º | 0.98% | 0.62% | - |
| HSV(B) | 172.5º | 0.76% | 0.99% | - |
| XYZ | 51.19 | 76.9 | 86.27 | - |
| YUV | 192.86 | 148.39 | 33.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 253 | 229 | 0.76 | 0 | 0.09 | 0.01 | 172.5 | 0.98 | 0.62 |
| Hex | 3D | FD | E5 | 4C | 0 | 9 | 1 | AC | 62 | 3E |
| Octal | 75 | 375 | 345 | 114 | 0 | 11 | 1 | 254 | 142 | 76 |
| Binary | 111101 | 11111101 | 11100101 | 1001100 | 0 | 1001 | 1 | 10101100 | 1100010 | 111110 |
Color Harmonies of #3DFDE5
Complementary color
Monochromatic Colors of #3DFDE5
Black with #3DFDE5
Text Example
Text Example
White with #3DFDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFDE5; }
p { color: rgb(61,253,229); }
H1.HeaderClassName
{
color: #3DFDE5;
}
.AnyTagClassName
{
color: #3DFDE5;
}
</style>
background-color css
<style>
a { background-color: #3DFDE5; }
a { background-color: rgb(61,253,229); }
div.DivClassName
{
background-color: #3DFDE5;
}
.BgClassName
{
background-color: #3DFDE5;
}
</style>
border-color css
<style>
span { border-color: #3DFDE5; }
span { border-color: rgb(61,253,229); }
td.TdClassName
{
border-color: #3DFDE5;
}
.TagClassName
{
border-color: #3DFDE5;
}
</style>