Shades of Turquoise #3DFDB5
Tints of Turquoise #3DFDB5
RGB
CMYK
RGB Variations
Color information
#3DFDB5 (or 0x3DFDB5) is known color: Turquoise. HEX triplet: 3D, FD and B5. RGB value is (61,253,181). Sum of RGB (Red+Green+Blue) = 61+253+181=495 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.32% from 495); Green value is 253 (99.22% from 255 or 51.11% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFDB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFDB5 is #C2024A. Grayscale: #BBBBBB. Windows color (decimal): -12714571 or 11926845. OLE color: 11926845.
HSL color Cylindrical-coordinate representation of color #3DFDB5: hue angle of 157.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 #3DFDB5 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 253 | 181 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.01 |
| HSL | 157.5º | 0.98% | 0.62% | - |
| HSV(B) | 157.5º | 0.76% | 0.99% | - |
| XYZ | 45.39 | 74.58 | 55.72 | - |
| YUV | 187.38 | 124.39 | 37.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 253 | 181 | 0.76 | 0 | 0.28 | 0.01 | 157.5 | 0.98 | 0.62 |
| Hex | 3D | FD | B5 | 4C | 0 | 1C | 1 | 9E | 62 | 3E |
| Octal | 75 | 375 | 265 | 114 | 0 | 34 | 1 | 236 | 142 | 76 |
| Binary | 111101 | 11111101 | 10110101 | 1001100 | 0 | 11100 | 1 | 10011110 | 1100010 | 111110 |
Color Harmonies of #3DFDB5
Complementary color
Monochromatic Colors of #3DFDB5
Black with #3DFDB5
Text Example
Text Example
White with #3DFDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFDB5; }
p { color: rgb(61,253,181); }
H1.HeaderClassName
{
color: #3DFDB5;
}
.AnyTagClassName
{
color: #3DFDB5;
}
</style>
background-color css
<style>
a { background-color: #3DFDB5; }
a { background-color: rgb(61,253,181); }
div.DivClassName
{
background-color: #3DFDB5;
}
.BgClassName
{
background-color: #3DFDB5;
}
</style>
border-color css
<style>
span { border-color: #3DFDB5; }
span { border-color: rgb(61,253,181); }
td.TdClassName
{
border-color: #3DFDB5;
}
.TagClassName
{
border-color: #3DFDB5;
}
</style>