Shades of Turquoise #3DFBE0
Tints of Turquoise #3DFBE0
RGB
CMYK
RGB Variations
Color information
#3DFBE0 (or 0x3DFBE0) is known color: Turquoise. HEX triplet: 3D, FB and E0. RGB value is (61,251,224). Sum of RGB (Red+Green+Blue) = 61+251+224=536 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.38% from 536); Green value is 251 (98.44% from 255 or 46.83% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFBE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFBE0 is #C2041F. Grayscale: #BFBFBF. Windows color (decimal): -12715040 or 14744381. OLE color: 14744381.
HSL color Cylindrical-coordinate representation of color #3DFBE0: hue angle of 171.47º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFBE0 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 224 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.02 |
| HSL | 171.47º | 0.96% | 0.61% | - |
| HSV(B) | 171.47º | 0.76% | 0.98% | - |
| XYZ | 49.88 | 75.37 | 82.44 | - |
| YUV | 191.11 | 146.55 | 35.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 224 | 0.76 | 0 | 0.11 | 0.02 | 171.47 | 0.96 | 0.61 |
| Hex | 3D | FB | E0 | 4C | 0 | B | 2 | AB | 60 | 3D |
| Octal | 75 | 373 | 340 | 114 | 0 | 13 | 2 | 253 | 140 | 75 |
| Binary | 111101 | 11111011 | 11100000 | 1001100 | 0 | 1011 | 10 | 10101011 | 1100000 | 111101 |
Color Harmonies of #3DFBE0
Complementary color
Monochromatic Colors of #3DFBE0
Black with #3DFBE0
Text Example
Text Example
White with #3DFBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFBE0; }
p { color: rgb(61,251,224); }
H1.HeaderClassName
{
color: #3DFBE0;
}
.AnyTagClassName
{
color: #3DFBE0;
}
</style>
background-color css
<style>
a { background-color: #3DFBE0; }
a { background-color: rgb(61,251,224); }
div.DivClassName
{
background-color: #3DFBE0;
}
.BgClassName
{
background-color: #3DFBE0;
}
</style>
border-color css
<style>
span { border-color: #3DFBE0; }
span { border-color: rgb(61,251,224); }
td.TdClassName
{
border-color: #3DFBE0;
}
.TagClassName
{
border-color: #3DFBE0;
}
</style>