Shades of Turquoise #3DFDD5
Tints of Turquoise #3DFDD5
RGB
CMYK
RGB Variations
Color information
#3DFDD5 (or 0x3DFDD5) is known color: Turquoise. HEX triplet: 3D, FD and D5. RGB value is (61,253,213). Sum of RGB (Red+Green+Blue) = 61+253+213=527 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.57% from 527); Green value is 253 (99.22% from 255 or 48.01% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFDD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFDD5 is #C2022A. Grayscale: #BFBFBF. Windows color (decimal): -12714539 or 14023997. OLE color: 14023997.
HSL color Cylindrical-coordinate representation of color #3DFDD5: hue angle of 167.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 #3DFDD5 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 253 | 213 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.01 |
| HSL | 167.5º | 0.98% | 0.62% | - |
| HSV(B) | 167.5º | 0.76% | 0.99% | - |
| XYZ | 49.06 | 76.05 | 75.04 | - |
| YUV | 191.03 | 140.39 | 35.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 253 | 213 | 0.76 | 0 | 0.16 | 0.01 | 167.5 | 0.98 | 0.62 |
| Hex | 3D | FD | D5 | 4C | 0 | 10 | 1 | A8 | 62 | 3E |
| Octal | 75 | 375 | 325 | 114 | 0 | 20 | 1 | 250 | 142 | 76 |
| Binary | 111101 | 11111101 | 11010101 | 1001100 | 0 | 10000 | 1 | 10101000 | 1100010 | 111110 |
Color Harmonies of #3DFDD5
Complementary color
Monochromatic Colors of #3DFDD5
Black with #3DFDD5
Text Example
Text Example
White with #3DFDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFDD5; }
p { color: rgb(61,253,213); }
H1.HeaderClassName
{
color: #3DFDD5;
}
.AnyTagClassName
{
color: #3DFDD5;
}
</style>
background-color css
<style>
a { background-color: #3DFDD5; }
a { background-color: rgb(61,253,213); }
div.DivClassName
{
background-color: #3DFDD5;
}
.BgClassName
{
background-color: #3DFDD5;
}
</style>
border-color css
<style>
span { border-color: #3DFDD5; }
span { border-color: rgb(61,253,213); }
td.TdClassName
{
border-color: #3DFDD5;
}
.TagClassName
{
border-color: #3DFDD5;
}
</style>