Shades of Turquoise #3DFFF5
Tints of Turquoise #3DFFF5
RGB
CMYK
RGB Variations
Color information
#3DFFF5 (or 0x3DFFF5) is known color: Turquoise. HEX triplet: 3D, FF and F5. RGB value is (61,255,245). Sum of RGB (Red+Green+Blue) = 61+255+245=561 (74% of max value = 765). Red value is 61 (24.22% from 255 or 10.87% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 245 (96.09% from 255 or 43.67% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFFF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DFFF5 is #C2000A. Grayscale: #C3C3C3. Windows color (decimal): -12713995 or 16121661. OLE color: 16121661.
HSL color Cylindrical-coordinate representation of color #3DFFF5: hue angle of 176.91º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFFF5 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 245 | - |
| CMYK | 0.76 | 0 | 0.04 | 0 |
| HSL | 176.91º | 1% | 0.62% | - |
| HSV(B) | 176.91º | 0.76% | 1% | - |
| XYZ | 54.17 | 79.1 | 98.8 | - |
| YUV | 195.85 | 155.73 | 31.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 245 | 0.76 | 0 | 0.04 | 0 | 176.91 | 1 | 0.62 |
| Hex | 3D | FF | F5 | 4C | 0 | 4 | 0 | B1 | 64 | 3E |
| Octal | 75 | 377 | 365 | 114 | 0 | 4 | 0 | 261 | 144 | 76 |
| Binary | 111101 | 11111111 | 11110101 | 1001100 | 0 | 100 | 0 | 10110001 | 1100100 | 111110 |
Color Harmonies of #3DFFF5
Complementary color
Monochromatic Colors of #3DFFF5
Black with #3DFFF5
Text Example
Text Example
White with #3DFFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFFF5; }
p { color: rgb(61,255,245); }
H1.HeaderClassName
{
color: #3DFFF5;
}
.AnyTagClassName
{
color: #3DFFF5;
}
</style>
background-color css
<style>
a { background-color: #3DFFF5; }
a { background-color: rgb(61,255,245); }
div.DivClassName
{
background-color: #3DFFF5;
}
.BgClassName
{
background-color: #3DFFF5;
}
</style>
border-color css
<style>
span { border-color: #3DFFF5; }
span { border-color: rgb(61,255,245); }
td.TdClassName
{
border-color: #3DFFF5;
}
.TagClassName
{
border-color: #3DFFF5;
}
</style>