Shades of Turquoise #3DF2EB
Tints of Turquoise #3DF2EB
RGB
CMYK
RGB Variations
Color information
#3DF2EB (or 0x3DF2EB) is known color: Turquoise. HEX triplet: 3D, F2 and EB. RGB value is (61,242,235). Sum of RGB (Red+Green+Blue) = 61+242+235=538 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.34% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF2EB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DF2EB is #C20D14. Grayscale: #BABABA. Windows color (decimal): -12717333 or 15462973. OLE color: 15462973.
HSL color Cylindrical-coordinate representation of color #3DF2EB: hue angle of 177.68º 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 #3DF2EB is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 242 | 235 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.05 |
| HSL | 177.68º | 0.87% | 0.59% | - |
| HSV(B) | 177.68º | 0.75% | 0.95% | - |
| XYZ | 48.67 | 70.49 | 89.64 | - |
| YUV | 187.08 | 155.03 | 38.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 242 | 235 | 0.75 | 0 | 0.03 | 0.05 | 177.68 | 0.87 | 0.59 |
| Hex | 3D | F2 | EB | 4B | 0 | 3 | 5 | B2 | 57 | 3B |
| Octal | 75 | 362 | 353 | 113 | 0 | 3 | 5 | 262 | 127 | 73 |
| Binary | 111101 | 11110010 | 11101011 | 1001011 | 0 | 11 | 101 | 10110010 | 1010111 | 111011 |
Color Harmonies of #3DF2EB
Complementary color
Monochromatic Colors of #3DF2EB
Black with #3DF2EB
Text Example
Text Example
White with #3DF2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF2EB; }
p { color: rgb(61,242,235); }
H1.HeaderClassName
{
color: #3DF2EB;
}
.AnyTagClassName
{
color: #3DF2EB;
}
</style>
background-color css
<style>
a { background-color: #3DF2EB; }
a { background-color: rgb(61,242,235); }
div.DivClassName
{
background-color: #3DF2EB;
}
.BgClassName
{
background-color: #3DF2EB;
}
</style>
border-color css
<style>
span { border-color: #3DF2EB; }
span { border-color: rgb(61,242,235); }
td.TdClassName
{
border-color: #3DF2EB;
}
.TagClassName
{
border-color: #3DF2EB;
}
</style>