Shades of Turquoise #3DF5EA
Tints of Turquoise #3DF5EA
RGB
CMYK
RGB Variations
Color information
#3DF5EA (or 0x3DF5EA) is known color: Turquoise. HEX triplet: 3D, F5 and EA. RGB value is (61,245,234). Sum of RGB (Red+Green+Blue) = 61+245+234=540 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.30% from 540); Green value is 245 (96.09% from 255 or 45.37% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 245 - color contains mainly: green. Hex color #3DF5EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DF5EA is #C20A15. Grayscale: #BCBCBC. Windows color (decimal): -12716566 or 15398205. OLE color: 15398205.
HSL color Cylindrical-coordinate representation of color #3DF5EA: hue angle of 176.41º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF5EA is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 245 | 234 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.04 |
| HSL | 176.41º | 0.9% | 0.6% | - |
| HSV(B) | 176.41º | 0.75% | 0.96% | - |
| XYZ | 49.43 | 72.24 | 89.18 | - |
| YUV | 188.73 | 153.54 | 36.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 245 | 234 | 0.75 | 0 | 0.04 | 0.04 | 176.41 | 0.9 | 0.6 |
| Hex | 3D | F5 | EA | 4B | 0 | 4 | 4 | B0 | 5A | 3C |
| Octal | 75 | 365 | 352 | 113 | 0 | 4 | 4 | 260 | 132 | 74 |
| Binary | 111101 | 11110101 | 11101010 | 1001011 | 0 | 100 | 100 | 10110000 | 1011010 | 111100 |
Color Harmonies of #3DF5EA
Complementary color
Monochromatic Colors of #3DF5EA
Black with #3DF5EA
Text Example
Text Example
White with #3DF5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF5EA; }
p { color: rgb(61,245,234); }
H1.HeaderClassName
{
color: #3DF5EA;
}
.AnyTagClassName
{
color: #3DF5EA;
}
</style>
background-color css
<style>
a { background-color: #3DF5EA; }
a { background-color: rgb(61,245,234); }
div.DivClassName
{
background-color: #3DF5EA;
}
.BgClassName
{
background-color: #3DF5EA;
}
</style>
border-color css
<style>
span { border-color: #3DF5EA; }
span { border-color: rgb(61,245,234); }
td.TdClassName
{
border-color: #3DF5EA;
}
.TagClassName
{
border-color: #3DF5EA;
}
</style>