Shades of Turquoise #3DFBE5
Tints of Turquoise #3DFBE5
RGB
CMYK
RGB Variations
Color information
#3DFBE5 (or 0x3DFBE5) is known color: Turquoise. HEX triplet: 3D, FB and E5. RGB value is (61,251,229). Sum of RGB (Red+Green+Blue) = 61+251+229=541 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.28% from 541); Green value is 251 (98.44% from 255 or 46.40% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFBE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFBE5 is #C2041A. Grayscale: #BFBFBF. Windows color (decimal): -12715035 or 15072061. OLE color: 15072061.
HSL color Cylindrical-coordinate representation of color #3DFBE5: hue angle of 173.05º 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 #3DFBE5 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 229 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.02 |
| HSL | 173.05º | 0.96% | 0.61% | - |
| HSV(B) | 173.05º | 0.76% | 0.98% | - |
| XYZ | 50.56 | 75.64 | 86.06 | - |
| YUV | 191.68 | 149.05 | 34.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 229 | 0.76 | 0 | 0.09 | 0.02 | 173.05 | 0.96 | 0.61 |
| Hex | 3D | FB | E5 | 4C | 0 | 9 | 2 | AD | 60 | 3D |
| Octal | 75 | 373 | 345 | 114 | 0 | 11 | 2 | 255 | 140 | 75 |
| Binary | 111101 | 11111011 | 11100101 | 1001100 | 0 | 1001 | 10 | 10101101 | 1100000 | 111101 |
Color Harmonies of #3DFBE5
Complementary color
Monochromatic Colors of #3DFBE5
Black with #3DFBE5
Text Example
Text Example
White with #3DFBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFBE5; }
p { color: rgb(61,251,229); }
H1.HeaderClassName
{
color: #3DFBE5;
}
.AnyTagClassName
{
color: #3DFBE5;
}
</style>
background-color css
<style>
a { background-color: #3DFBE5; }
a { background-color: rgb(61,251,229); }
div.DivClassName
{
background-color: #3DFBE5;
}
.BgClassName
{
background-color: #3DFBE5;
}
</style>
border-color css
<style>
span { border-color: #3DFBE5; }
span { border-color: rgb(61,251,229); }
td.TdClassName
{
border-color: #3DFBE5;
}
.TagClassName
{
border-color: #3DFBE5;
}
</style>