Shades of Turquoise #3DF8E5
Tints of Turquoise #3DF8E5
RGB
CMYK
RGB Variations
Color information
#3DF8E5 (or 0x3DF8E5) is known color: Turquoise. HEX triplet: 3D, F8 and E5. RGB value is (61,248,229). Sum of RGB (Red+Green+Blue) = 61+248+229=538 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.34% from 538); Green value is 248 (97.27% from 255 or 46.10% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF8E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF8E5 is #C2071A. Grayscale: #BDBDBD. Windows color (decimal): -12715803 or 15071293. OLE color: 15071293.
HSL color Cylindrical-coordinate representation of color #3DF8E5: hue angle of 173.9º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF8E5 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 229 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.03 |
| HSL | 173.9º | 0.93% | 0.61% | - |
| HSV(B) | 173.9º | 0.75% | 0.97% | - |
| XYZ | 49.63 | 73.78 | 85.75 | - |
| YUV | 189.92 | 150.05 | 36.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 229 | 0.75 | 0 | 0.08 | 0.03 | 173.9 | 0.93 | 0.61 |
| Hex | 3D | F8 | E5 | 4B | 0 | 8 | 3 | AE | 5D | 3D |
| Octal | 75 | 370 | 345 | 113 | 0 | 10 | 3 | 256 | 135 | 75 |
| Binary | 111101 | 11111000 | 11100101 | 1001011 | 0 | 1000 | 11 | 10101110 | 1011101 | 111101 |
Color Harmonies of #3DF8E5
Complementary color
Monochromatic Colors of #3DF8E5
Black with #3DF8E5
Text Example
Text Example
White with #3DF8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF8E5; }
p { color: rgb(61,248,229); }
H1.HeaderClassName
{
color: #3DF8E5;
}
.AnyTagClassName
{
color: #3DF8E5;
}
</style>
background-color css
<style>
a { background-color: #3DF8E5; }
a { background-color: rgb(61,248,229); }
div.DivClassName
{
background-color: #3DF8E5;
}
.BgClassName
{
background-color: #3DF8E5;
}
</style>
border-color css
<style>
span { border-color: #3DF8E5; }
span { border-color: rgb(61,248,229); }
td.TdClassName
{
border-color: #3DF8E5;
}
.TagClassName
{
border-color: #3DF8E5;
}
</style>