Shades of Turquoise #3DFBE4
Tints of Turquoise #3DFBE4
RGB
CMYK
RGB Variations
Color information
#3DFBE4 (or 0x3DFBE4) is known color: Turquoise. HEX triplet: 3D, FB and E4. RGB value is (61,251,228). Sum of RGB (Red+Green+Blue) = 61+251+228=540 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.30% from 540); Green value is 251 (98.44% from 255 or 46.48% from 540); Blue value is 228 (89.45% from 255 or 42.22% from 540); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFBE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFBE4 is #C2041B. Grayscale: #BFBFBF. Windows color (decimal): -12715036 or 15006525. OLE color: 15006525.
HSL color Cylindrical-coordinate representation of color #3DFBE4: hue angle of 172.74º 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 #3DFBE4 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 228 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.02 |
| HSL | 172.74º | 0.96% | 0.61% | - |
| HSV(B) | 172.74º | 0.76% | 0.98% | - |
| XYZ | 50.43 | 75.59 | 85.33 | - |
| YUV | 191.57 | 148.55 | 34.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 228 | 0.76 | 0 | 0.09 | 0.02 | 172.74 | 0.96 | 0.61 |
| Hex | 3D | FB | E4 | 4C | 0 | 9 | 2 | AD | 60 | 3D |
| Octal | 75 | 373 | 344 | 114 | 0 | 11 | 2 | 255 | 140 | 75 |
| Binary | 111101 | 11111011 | 11100100 | 1001100 | 0 | 1001 | 10 | 10101101 | 1100000 | 111101 |
Color Harmonies of #3DFBE4
Complementary color
Monochromatic Colors of #3DFBE4
Black with #3DFBE4
Text Example
Text Example
White with #3DFBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFBE4; }
p { color: rgb(61,251,228); }
H1.HeaderClassName
{
color: #3DFBE4;
}
.AnyTagClassName
{
color: #3DFBE4;
}
</style>
background-color css
<style>
a { background-color: #3DFBE4; }
a { background-color: rgb(61,251,228); }
div.DivClassName
{
background-color: #3DFBE4;
}
.BgClassName
{
background-color: #3DFBE4;
}
</style>
border-color css
<style>
span { border-color: #3DFBE4; }
span { border-color: rgb(61,251,228); }
td.TdClassName
{
border-color: #3DFBE4;
}
.TagClassName
{
border-color: #3DFBE4;
}
</style>