Shades of Turquoise #3DFBE3
Tints of Turquoise #3DFBE3
RGB
CMYK
RGB Variations
Color information
#3DFBE3 (or 0x3DFBE3) is known color: Turquoise. HEX triplet: 3D, FB and E3. RGB value is (61,251,227). Sum of RGB (Red+Green+Blue) = 61+251+227=539 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.32% from 539); Green value is 251 (98.44% from 255 or 46.57% from 539); Blue value is 227 (89.06% from 255 or 42.12% from 539); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFBE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFBE3 is #C2041C. Grayscale: #BFBFBF. Windows color (decimal): -12715037 or 14940989. OLE color: 14940989.
HSL color Cylindrical-coordinate representation of color #3DFBE3: hue angle of 172.42º 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 #3DFBE3 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 227 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.02 |
| HSL | 172.42º | 0.96% | 0.61% | - |
| HSV(B) | 172.42º | 0.76% | 0.98% | - |
| XYZ | 50.29 | 75.53 | 84.6 | - |
| YUV | 191.45 | 148.05 | 34.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 227 | 0.76 | 0 | 0.10 | 0.02 | 172.42 | 0.96 | 0.61 |
| Hex | 3D | FB | E3 | 4C | 0 | A | 2 | AC | 60 | 3D |
| Octal | 75 | 373 | 343 | 114 | 0 | 12 | 2 | 254 | 140 | 75 |
| Binary | 111101 | 11111011 | 11100011 | 1001100 | 0 | 1010 | 10 | 10101100 | 1100000 | 111101 |
Color Harmonies of #3DFBE3
Complementary color
Monochromatic Colors of #3DFBE3
Black with #3DFBE3
Text Example
Text Example
White with #3DFBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFBE3; }
p { color: rgb(61,251,227); }
H1.HeaderClassName
{
color: #3DFBE3;
}
.AnyTagClassName
{
color: #3DFBE3;
}
</style>
background-color css
<style>
a { background-color: #3DFBE3; }
a { background-color: rgb(61,251,227); }
div.DivClassName
{
background-color: #3DFBE3;
}
.BgClassName
{
background-color: #3DFBE3;
}
</style>
border-color css
<style>
span { border-color: #3DFBE3; }
span { border-color: rgb(61,251,227); }
td.TdClassName
{
border-color: #3DFBE3;
}
.TagClassName
{
border-color: #3DFBE3;
}
</style>