Shades of Turquoise #3DF1ED
Tints of Turquoise #3DF1ED
RGB
CMYK
RGB Variations
Color information
#3DF1ED (or 0x3DF1ED) is known color: Turquoise. HEX triplet: 3D, F1 and ED. RGB value is (61,241,237). Sum of RGB (Red+Green+Blue) = 61+241+237=539 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.32% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #3DF1ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DF1ED is #C20E12. Grayscale: #BABABA. Windows color (decimal): -12717587 or 15593789. OLE color: 15593789.
HSL color Cylindrical-coordinate representation of color #3DF1ED: hue angle of 178.67º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF1ED is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 241 | 237 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.05 |
| HSL | 178.67º | 0.87% | 0.59% | - |
| HSV(B) | 178.67º | 0.75% | 0.95% | - |
| XYZ | 48.67 | 70.02 | 91.07 | - |
| YUV | 186.72 | 156.37 | 38.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 241 | 237 | 0.75 | 0 | 0.02 | 0.05 | 178.67 | 0.87 | 0.59 |
| Hex | 3D | F1 | ED | 4B | 0 | 2 | 5 | B3 | 57 | 3B |
| Octal | 75 | 361 | 355 | 113 | 0 | 2 | 5 | 263 | 127 | 73 |
| Binary | 111101 | 11110001 | 11101101 | 1001011 | 0 | 10 | 101 | 10110011 | 1010111 | 111011 |
Color Harmonies of #3DF1ED
Complementary color
Monochromatic Colors of #3DF1ED
Black with #3DF1ED
Text Example
Text Example
White with #3DF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF1ED; }
p { color: rgb(61,241,237); }
H1.HeaderClassName
{
color: #3DF1ED;
}
.AnyTagClassName
{
color: #3DF1ED;
}
</style>
background-color css
<style>
a { background-color: #3DF1ED; }
a { background-color: rgb(61,241,237); }
div.DivClassName
{
background-color: #3DF1ED;
}
.BgClassName
{
background-color: #3DF1ED;
}
</style>
border-color css
<style>
span { border-color: #3DF1ED; }
span { border-color: rgb(61,241,237); }
td.TdClassName
{
border-color: #3DF1ED;
}
.TagClassName
{
border-color: #3DF1ED;
}
</style>